#--test-filter with zig build test?
1 messages · Page 1 of 1 (latest)
zig build test is a step you created, so you can add a -Dtest-filter option
is there filtering stuff built in there that I can pass it to? Or completely implement in my build.zig
you just pass a filter when you add a test artifact
there is a filter field in the TestOptions struct you pass to addTest