mirror of
https://github.com/ProgramSnail/Lama.git
synced 2025-12-05 22:38:44 +00:00
update makes
This commit is contained in:
parent
da9bff2045
commit
20cb055883
4 changed files with 17 additions and 10 deletions
|
|
@ -6,7 +6,7 @@ LAMAC=../src/lamac
|
|||
.PHONY: check $(TESTS)
|
||||
|
||||
|
||||
check: ctest111 $(TESTS) expr_tests
|
||||
check: ctest111 $(TESTS)
|
||||
|
||||
$(TESTS): %: %.lama
|
||||
@echo "regression/$@"
|
||||
|
|
@ -18,10 +18,6 @@ ctest111:
|
|||
@echo "regression/test111"
|
||||
@LAMA=../runtime $(LAMAC) test111.lama && cat test111.input | ./test111 > test111.log && diff test111.log orig/test111.log
|
||||
|
||||
expr_tests:
|
||||
make -j8 -C expressions
|
||||
make -j8 -C deep-expressions
|
||||
|
||||
clean:
|
||||
$(RM) test*.log *.s *.sm *~ $(TESTS) *.i $(DEBUG_FILES) test111
|
||||
$(MAKE) clean -C expressions
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue