source: tests/scaling_tests/haystack/ralphs_prover/Makefile.am @ 831da18

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

1) getting ready to for 0.1.6

  • Property mode set to 100644
File size: 568 bytes
Line 
1#
2# haystack/ralphs_prover
3#
4
5include  ../../../abac.mk
6
7TEST=ralphs_0 ralphs_10 ralphs_20
8TIMING=ralphs_30 ralphs_40 ralphs_50 ralphs_100 ralphs_150 ralphs_200
9
10.PHONY : test clean timing plot
11all: test
12
13test: $(TEST)
14
15timing: $(TIMING)
16
17ralphs_0 :
18        $(MY_ENV) ./run_one 0
19ralphs_10 :
20        @$(MY_ENV) ./run_one 10
21ralphs_20 :
22        @$(MY_ENV) ./run_one 20
23
24clean:
25        @rm -rf ralphs_* run_plot plot timing dump.file
26
27$(TIMING):
28        @$(MY_ENV) ./run_one $(subst ralphs_,,$@)
29
30plot:
31        @make clean
32        cp ../../plotting/run_plot .
33        @make -i -s test
34        @make -i -s timing
35        @./run_plot ralphs
Note: See TracBrowser for help on using the repository browser.