mirror of
https://github.com/ziglang/zig.git
synced 2024-11-21 19:42:56 +00:00
main_mod_path was removed in https://github.com/ziglang/zig/pull/18160
parent
19a4beeea9
commit
a14dc1aeaf
@ -123,7 +123,7 @@ zig build test-std -Dskip-release -Dskip-non-native
|
||||
However, one may also use `zig test` directly. From inside the `ziglang/zig` repo root:
|
||||
|
||||
```
|
||||
zig test lib/std/std.zig --zig-lib-dir lib --main-mod-path lib/std
|
||||
zig test lib/std/std.zig --zig-lib-dir lib
|
||||
```
|
||||
|
||||
You can add `--test-filter "some test name"` to run a specific test or a subset of tests.
|
||||
|
Loading…
Reference in New Issue
Block a user