mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-15 19:28:47 +00:00
fixes
This commit is contained in:
parent
7784696b65
commit
b25d441287
3 changed files with 48 additions and 30 deletions
18
byterun/regression_check.sh
Executable file
18
byterun/regression_check.sh
Executable file
|
|
@ -0,0 +1,18 @@
|
|||
#!/usr/bin/env bash
|
||||
|
||||
dune build > /dev/null
|
||||
|
||||
prefix="../regression/"
|
||||
suffix=".lama"
|
||||
|
||||
for test in ../regression/*.lama; do
|
||||
echo $test
|
||||
lamac -b $test > /dev/null
|
||||
./byterun.exe -v test*.bc > /dev/null
|
||||
rm test*.bc
|
||||
echo "done"
|
||||
done
|
||||
|
||||
rm test.bc
|
||||
rm *.o
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue