mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-05 22:38:44 +00:00
modules: fixes to working condition
This commit is contained in:
parent
eb1ddfa447
commit
19c99bc7e5
16 changed files with 197 additions and 121 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue