source: examples/scaling_tests/haystack/fruit_prover/Makefile @ 9e063cb

abac0-leakabac0-meimei-idmei-rt0-nmei_rt0tvf-new-xml
Last change on this file since 9e063cb was 7e3f5e2, checked in by Mei <mei@…>, 11 years ago

1) converted daisychain scaling tests

  • Property mode set to 100644
File size: 173 bytes
Line 
1
2
3TEST=fruit_0 fruit_10 fruit_20
4
5.PHONY : test clean
6test: $(TEST)
7
8clean: 
9        @rm -rf fruit_*
10
11fruit_0 :
12        @./run_one 0
13fruit_10 :
14        @./run_one 10
15fruit_20 :
16        @./run_one 20
Note: See TracBrowser for help on using the repository browser.