modules: fixes to working condition

This commit is contained in:
ProgramSnail 2025-01-11 23:51:50 +03:00
parent eb1ddfa447
commit 19c99bc7e5
16 changed files with 197 additions and 121 deletions

View file

@ -7,7 +7,7 @@ suffix=".lama"
for test in ../regression/*.lama; do
echo $test
lamac -b $test > /dev/null
../_build/default/src/Driver.exe -b $test > /dev/null
test_file="${test%.*}"
echo $test_file
cat $test_file.input | ./byterun.exe -vi test*.bc > /dev/null