source: tests/scaling_tests/haystack/Makefile.am @ 4f79997

abac0-leakabac0-mei
Last change on this file since 4f79997 was 4f79997, checked in by Mei <mei@…>, 11 years ago

1) add a new scaling test -haystack/ralphs
2) tweak some libabac code here and there

  • Property mode set to 100644
File size: 312 bytes
Line 
1#
2# haystack
3#
4
5DIRECTORY=ralphs_prover
6SUBDIRS=$(DIRECTORY)
7
8.PHONY : runcheck clean
9all: runcheck
10
11clean:
12        @for i in $(DIRECTORY); do \
13        here=`pwd`; \
14        cd $$i; \
15        make clean; \
16        cd $$here;\
17        done;
18
19runcheck:
20        @for i in $(DIRECTORY); do \
21          here=`pwd`; \
22          cd $$i; \
23          make -s test; \
24          cd $$here;\
25        done;
Note: See TracBrowser for help on using the repository browser.