source: tests/scaling_tests/haystack/Makefile @ 7c748c9

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

1) reworked how API doc is generated
2) tweak top level Makefile.am
3) loading issuer principal as side-effect of loading

an attribute credentials

4) add examples of GENI specific attribute credentials

and principal certificates into the regression testing

5) rename examples to tests

  • Property mode set to 100644
File size: 320 bytes
Line 
1
2
3DIRECTORY=fruit_prover fruit_python
4
5.PHONY : runcheck clean
6
7clean:
8        @for i in $(DIRECTORY); do \
9        export here=`pwd`;\
10        cd $$i; \
11        make clean; \
12        cd $$here; \
13        done;
14
15runcheck: 
16        @for i in $(DIRECTORY); do \
17        export here=`pwd`;\
18        printf " ...running on %s\n" "$$i" ; \
19        cd $$i; \
20        make test; \
21        cd $$here; \
22        done; 
Note: See TracBrowser for help on using the repository browser.