link in libc when running zig tests

This commit is contained in:
Folkert 2020-12-01 21:24:37 +01:00
parent 68c54b5327
commit 92544e5b07

View file

@ -3,4 +3,4 @@
set -eux set -eux
# Test every zig # Test every zig
find src/*.zig -type f -exec zig test {} \; find src/*.zig -type f -exec zig test --library c {} \;