Uncommented interpretation tests

This commit is contained in:
Roman Venediktov 2024-07-01 12:48:21 +02:00
parent 74e007c2ec
commit d1b1e04a40
5 changed files with 10 additions and 7 deletions

View file

@ -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: