Lines Matching full:run
4 This guide provides instructions on how to run and add GUIX and GUIX Studio regression tests, along…
11 4. [Run Regression Test](#run-regression-test)
12 5. [Run One Test Case](#run-one-test-case)
19 1. [Run GUIX Studio Test Demo](#run-guix-studio-test-demo)
24 2. [Run GUIX Studio Test View](#run-guix-studio-test-view)
36 - **run.sh:** The script that builds and runs the tests.
59 ### Run Regression Test
62 2. To build and run all the tests, use the following commands.
64 ./run.sh build all
65 ./run.sh run all
68 3. To build and run a specific test suite, use the following commands.
70 ./run.sh build <build_type>
71 ./run.sh run <build_type>
102 ### Run One Test Case
109 3. Run the test without output, where the test name is ended with `no_output`.
114 4. Run other tests with checksum verification and specify the golden files path with the following …
127 2. Set configuration parameter `-r` to run test without comparison.
132 3. Set breakpoints as needed and run the test.
344 - Run the GUIX regression test to see if the test case passes.
418 #### Run GUIX Studio Test Demo
421 3. To verify the output files for the `gxp` projects under the target directories, run the followin…
428 4. To test the compilation of the Visual Studio project under the target directories, run the follo…
433 5. To regenerate output files for the `gxp` projects under the target directories, run the followin…
438 …version to the latest for the `gxp` projects under the target directories, run the following comma…
443 7. To set GUIX library version for the `gxp` projects under the target directories, run the followi…
473 #### Run GUIX Studio Test View
476 3. Run the entire test with the following command.
480 4. Run a specific test by specifying its name with the following command.
533 parser.add_argument('--<test_name>', action='store_true', dest='<test_name>' help='Run <test_name> …
536 - Update existing logic to set the new test case to run when the user doesn't specify tests to run:
545 - Add logic to run test case:
557 - Run the new test case to see if it passes.