Lines Matching full:files
38 - **golden_files:** This directory contains golden files used for verification during the tests, ai…
40 - **regression_test\utility:** This directory hosts utility files used by the regression test.
114 4. Run other tests with checksum verification and specify the golden files path with the following …
134 - Debugging by comparing output files.
153 - In the test source file, include the necessary header files:
323 5. Generate Golden Files:
326 - Generate golden files for the test case. If the test has no output, this step can be skipped.
329 - Generate output files for the test case with the following command.
392 …t regression test program's SOURCE as `validation_*.c` and related source files, excluding `demo_*…
395 # files excluding demo_*
421 3. To verify the output files for the `gxp` projects under the target directories, run the followin…
426 - `-t` option is used to verify the output files for the `gxp` projects under the target directorie…
433 5. To regenerate output files for the `gxp` projects under the target directories, run the followin…
455 …em. However, if your project involves the generation of binary files or other output files requiri…
469 …files. The `test_utils.py` module includes the `test_utils::compare_result()` function, which faci…
471 2. Comparing the output files of the testing `gxp` project with the corresponding files stored in t…
551 - Generate golden files for the new test case:
556 - Copy the golden files to the `test\guix_studio_test\golden_files` directory.