source: tests/scaling_tests/daisychain/Makefile @ ec550f7

abac0-leakabac0-meimei-idtvf-new-xml
Last change on this file since ec550f7 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: 291 bytes
Line 
1
2
3DIRECTORY=likes_python
4
5.PHONY : runcheck clean
6runcheck: $(DIRECTORY)
7
8clean:
9        @for i in $(DIRECTORY); do \
10        export here=`pwd`; \
11        cd $$i; \
12        make clean; \
13        cd $$here;\
14        done;
15
16runcheck: 
17        @for i in $(DIRECTORY); do \
18        export here=`pwd`; \
19        cd $$i; \
20        make -s test; \
21        cd $$here;\
22        done;
Note: See TracBrowser for help on using the repository browser.