source: tests/scaling_tests/daisychain/Makefile.am @ 3c30b59

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

1) add in new refactored regression testing directory
2) undo the abac.hh/ABAC.hh api changes
3) merged with Ted's changes to attribute format/nickname/issuer processing

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