roc/compiler/builtins/bitcode/run-tests.sh

9 lines
145 B
Bash
Executable file

#!/bin/bash
set -euxo pipefail
# Test every zig
zig build test
# fmt every zig
find src/*.zig -type f -print0 | xargs -n 1 -0 zig fmt --check