mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-07 15:28:49 +00:00
Paths
This commit is contained in:
parent
3b9fac8e9a
commit
83bd6d7ad8
5 changed files with 8 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue