mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-28 09:38:48 +00:00
Uncommented interpretation tests
This commit is contained in:
parent
74e007c2ec
commit
d1b1e04a40
5 changed files with 10 additions and 7 deletions
|
|
@ -17,8 +17,8 @@ check: $(TESTS) ctest111
|
|||
|
||||
$(TESTS): %: %.lama
|
||||
@echo "regression/$@"
|
||||
# @cat $@.input | LAMA=../runtime $(LAMAC) -i $< > $@.log && diff $@.log orig/$@.log
|
||||
# @cat $@.input | LAMA=../runtime $(LAMAC) -ds -s $< > $@.log && diff $@.log orig/$@.log
|
||||
@cat $@.input | LAMA=../runtime $(LAMAC) -i $< > $@.log && diff $@.log orig/$@.log
|
||||
@cat $@.input | LAMA=../runtime $(LAMAC) -ds -s $< > $@.log && diff $@.log orig/$@.log
|
||||
@LAMA=../runtime $(LAMAC) $< && cat $@.input | $(ARCH) ./$@ > $@.log && diff $@.log orig/$@.log
|
||||
|
||||
ctest111:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue