mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-23 23:28:46 +00:00
Fixed regression Makefile
This commit is contained in:
parent
5933f4c3b1
commit
6cf2b15d40
3 changed files with 4 additions and 3 deletions
|
|
@ -8,8 +8,8 @@ check: $(TESTS)
|
|||
|
||||
$(TESTS): %: %.lama
|
||||
@echo $@
|
||||
cat $@.input | $(LAMAC) -i $< > $@.log && diff $@.log orig/$@.log
|
||||
cat $@.input | $(LAMAC) -s $< > $@.log && diff $@.log orig/$@.log
|
||||
cat $@.input | LAMA=../runtime $(LAMAC) -i $< > $@.log && diff $@.log orig/$@.log
|
||||
cat $@.input | LAMA=../runtime $(LAMAC) -s $< > $@.log && diff $@.log orig/$@.log
|
||||
LAMA=../runtime $(LAMAC) $< && cat $@.input | ./$@ > $@.log && diff $@.log orig/$@.log
|
||||
|
||||
clean:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue