Lines Matching refs:file
33 - **cmake\CMakeLists.txt:** The CMake file that defines the build types and the test suites.
34 - **cmake\regression\CMakeLists.txt:** The CMake file that defines the test cases for each test sui…
41 …sion_test\gx_show_canvas.exe:** A tool that displays GUIX canvas data that stored in a binary file.
46 …each test point, a specified area of the GUIX canvas is saved to a binary file named `<test_name>.…
47 - A checksum value, calculated based on the canvas data, is saved to a file named `<test_name>.chec…
48 - The binary file is used for checking the correctness of the test case visually.
49 - The checksum file enables faster verification during tests by comparing expected and actual check…
135 …tput_files` directory, where the failed output binary file is generated. The generated binary file…
137 …to display the content in the failed output binary file. Compare it with the corresponding golden …
146 - Ensure the main source file is named as `demo_guix_<example_name>.c`.
149 - Place the test source file in the `test\guix_test\regression_test\tests` directory.
150 - Name the test file start with `validation_guix`.
153 - In the test source file, include the necessary header files:
226 The test example source code also contains a main function, The header file `gx_validation_wrapper.…
292 - Open the `test\guix_test\cmake\regression\CMakeLists.txt` file.
309 - Define demo project file list:
333 …After the command is executed, the output binary file `<test_name>.bin` and checksum file `<test_n…
335 …- Verify the correctness of the test by checking the content of the output binary file `<test_name…
337 - Compress the output binary file `<test_name>.bin` into a 7z file with the following command.
342 …- Copy the 7z file `<test_name>.7z` and `<test_name>.checksum` to the `test\guix_test\golden_files…
352 1. Open the `test\guix_test\cmake\CMakeLists.txt` file.
366 - Open the `test\guix_test\cmake\regression\CMakeLists.txt` file.
451 …tion, a test log file named `output_files_test_log.txt` will be generated in the current directory…
469 …neration mode, the function generates checksum values and stores them in the specified golden file.
491 …ution, a test log file named `studio_view_test_log.txt` will be generated in the current directory…
494 1. Add a new test file.