Lines Matching refs:directory

8     1. [Directory Structure](#directory-structure)
17 1. [Directory Structure](#directory-structure-1)
37 - **display_driver:** This directory hosts the display drivers used by the tests.
38 - **golden_files:** This directory contains golden files used for verification during the tests, ai…
39 - **regression_test\tests:** This directory contains the all GUIX regression tests.
40 - **regression_test\utility:** This directory hosts utility files used by the regression test.
57 3. Install required packages using script `install.sh` located in the `scripts` directory.
60 1. Navigate to the `test\guix_test\cmake` directory.
98 …* for each build type will be generated in the `test\guix_test\cmake\build\<build_type>` directory.
100 …verage` will be generated in the `test\guix_test\cmake\coverage_report` directory. For other build…
107 2. Navigate to the `test\guix_test\cmake\build\<build_type>\regression` directory, where the test e…
122 1. Navigate to the `test\guix_test\cmake\build\<build_type>\regression` directory, where the test e…
135 1. Navigate to the `test\guix_test\cmake\build\<build_type>\regression\output_files` directory, whe…
137 … corresponding golden file located in the `test\guix_test\golden_files` directory. For the usage o…
145 - Generate a Win32 demo project under the `test\example_internal` directory.
149 - Place the test source file in the `test\guix_test\regression_test\tests` directory.
327 …- Navigate to the `test\guix_test\cmake\build\<build_type>\regression` directory, where the test e…
333 …ll be generated in the `test\guix_test\cmake\build\<build_type>\regression\output_files` directory.
342 …7z file `<test_name>.7z` and `<test_name>.checksum` to the `test\guix_test\golden_files` directory.
372 - Set the directory path for the new demos by updating the existing logic:
414 The demo tests are located in the `test\guix_studio_test\test_demo` directory.
420 2. Navigate to the `test\guix_studio_test\test_demo` directory.
451 …file named `output_files_test_log.txt` will be generated in the current directory. If a test case …
460 The test view tests are located in the `test\guix_studio_test\test_view` directory.
471 …`gxp` project with the corresponding files stored in the `golden_files` directory. the `test_utils…
475 2. Navigate to the `test\guix_studio_test\test_view` directory.
491directory. If a test case failed, the log file provides detailed information about the failure. If…
556 - Copy the golden files to the `test\guix_studio_test\golden_files` directory.