mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-25 13:16:11 +03:00
Merge pull request #2427 from lucymhdavies/patch-1
Include command to run a subset of tests in README
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user