This commit is contained in:
Dmitry Boulytchev 2020-02-16 02:02:54 +03:00
parent 3b9fac8e9a
commit 83bd6d7ad8
5 changed files with 8 additions and 6 deletions

View file

@ -10,7 +10,7 @@ $(TESTS): %: %.lama
@echo $@
cat $@.input | $(LAMAC) -i $< > $@.log && diff $@.log orig/$@.log
cat $@.input | $(LAMAC) -s $< > $@.log && diff $@.log orig/$@.log
$(LAMAC) $< && cat $@.input | ./$@ > $@.log && diff $@.log orig/$@.log
LAMA=../runtime $(LAMAC) $< && cat $@.input | ./$@ > $@.log && diff $@.log orig/$@.log
clean:
$(RM) test*.log *.s *~ $(TESTS) *.i