Merge pull request #2427 from lucymhdavies/patch-1

Include command to run a subset of tests in README
This commit is contained in:
Mitchell Hashimoto
2024-10-09 14:11:14 -07:00
committed by GitHub

View File

@ -532,6 +532,7 @@ tasks.
Other useful commands: Other useful commands:
- `zig build test` for running unit tests. - `zig build test` for running unit tests.
- `zig build test -Dtest-filter=<filter>` for running a specific subset of those unit tests
- `zig build run -Dconformance=<name>` runs a conformance test case from - `zig build run -Dconformance=<name>` runs a conformance test case from
the `conformance` directory. The `name` is the name of the file. This runs the `conformance` directory. The `name` is the name of the file. This runs
in the current running terminal emulator so if you want to check the in the current running terminal emulator so if you want to check the