mirror of
https://github.com/roc-lang/roc.git
synced 2025-12-04 00:55:00 +00:00
moved all crates into seperate folder + related path fixes
This commit is contained in:
parent
12ef03bb86
commit
eee85fa45d
1063 changed files with 92 additions and 93 deletions
9
crates/compiler/builtins/bitcode/run-tests.sh
Executable file
9
crates/compiler/builtins/bitcode/run-tests.sh
Executable file
|
|
@ -0,0 +1,9 @@
|
|||
#!/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 || (echo "zig fmt --check FAILED! Check the previous lines to see which files were improperly formatted." && exit 1)
|
||||
Loading…
Add table
Add a link
Reference in a new issue