roc/compiler/builtins/bitcode/run-tests.sh
2020-12-01 21:24:37 +01:00

6 lines
96 B
Bash
Executable file

#!/bin/bash
set -eux
# Test every zig
find src/*.zig -type f -exec zig test --library c {} \;