From 1b024b117fcec7599e715843a6b9d13f486557de Mon Sep 17 00:00:00 2001 From: Lucy Davinhart || Strawb System Date: Wed, 9 Oct 2024 21:23:05 +0100 Subject: [PATCH] Include command to run a subset of tests in README For Zig veterans this may be obvious. As a Zig newbie, for me it was no, but found the answer in the Discord. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 1cc90c651..bac9bd9d9 100644 --- a/README.md +++ b/README.md @@ -532,6 +532,7 @@ tasks. Other useful commands: - `zig build test` for running unit tests. +- `zig build test -Dtest-filter=` for running a specific subset of those unit tests - `zig build run -Dconformance=` runs a conformance test case from 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