mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-27 00:58:47 +00:00
FSF in SM (only obe-level closure yet)
This commit is contained in:
parent
89e0d04f3d
commit
4fec2aa29e
8 changed files with 160 additions and 53 deletions
|
|
@ -1,4 +1,4 @@
|
|||
TESTS=$(basename $(wildcard test*.expr))
|
||||
TESTS=$(sort $(basename $(wildcard test*.expr)))
|
||||
|
||||
RC=../src/rc.opt
|
||||
|
||||
|
|
@ -10,7 +10,7 @@ $(TESTS): %: %.expr
|
|||
@echo $@
|
||||
# @$(RC) $< && cat $@.input | ./$@ > $@.log && diff $@.log orig/$@.log
|
||||
cat $@.input | $(RC) -i $< > $@.log && diff $@.log orig/$@.log
|
||||
@cat $@.input | $(RC) -s $< 2> /dev/null > $@.log && diff $@.log orig/$@.log; true
|
||||
cat $@.input | $(RC) -s $< 2> /dev/null > $@.log && diff $@.log orig/$@.log
|
||||
|
||||
clean:
|
||||
$(RM) test*.log *.s *~ $(TESTS)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue