lustrec/test/Makefile @ 3b2bd83d
1 |
TOPFILES=../sandbox |
---|---|
2 |
|
3 |
test-compile: |
4 |
@bash ./test-compile.sh -a -v 2 tests_ok.list |
5 |
@rm build/*.o |
6 |
|
7 |
clean: |
8 |
@rm -rf build |
9 |
@for i in `find . -iname *.lusi`; do grep generated $$i > /dev/null; if [ $$? -eq 0 ]; then rm $$i; fi; done |
10 |
|
11 |
distclean: clean |
12 |
@rm -rf report* |
13 |
|