roc/compiler/builtins/bitcode/run-tests.sh
2020-11-21 23:14:49 -05:00

6 lines
84 B
Bash
Executable file

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