source: tests/scaling_tests/daisychain/Makefile.am @ 1afd681

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

1) ready the 1.5 release..
2) tested out the new attribute features (nicknames), multiple GENI

attribute formats

3) polish up testing' build dir alittle bit more..

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