head	1.12;
access;
symbols
	charm6_1:1.12
	charm_6_0_1:1.12
	charm6_0_1:1.12
	charm6_0:1.11
	ChaNGa_1-0:1.8
	charm5_9:1.4;
locks; strict;
comment	@# @;


1.12
date	2008.05.30.17.45.50;	author gzheng;	state Exp;
branches;
next	1.11;
commitid	JEgQNrRGivydX05t;

1.11
date	2007.10.17.04.09.11;	author gzheng;	state Exp;
branches;
next	1.10;
commitid	31cd47158ae24567;

1.10
date	2007.10.16.20.51.56;	author gzheng;	state Exp;
branches;
next	1.9;
commitid	724a471524664567;

1.9
date	2007.09.20.18.52.20;	author bhatele;	state Exp;
branches;
next	1.8;
commitid	533246f2c1604567;

1.8
date	2006.09.14.16.06.53;	author gzheng;	state Exp;
branches;
next	1.7;

1.7
date	2006.09.13.06.33.32;	author gzheng;	state Exp;
branches;
next	1.6;

1.6
date	2005.12.11.16.29.04;	author gzheng;	state Exp;
branches;
next	1.5;

1.5
date	2005.11.24.07.51.36;	author gzheng;	state Exp;
branches;
next	1.4;

1.4
date	2005.01.20.08.25.59;	author gzheng;	state Exp;
branches;
next	1.3;

1.3
date	2005.01.20.08.04.08;	author gzheng;	state Exp;
branches;
next	1.2;

1.2
date	2004.10.24.06.11.46;	author gzheng;	state Exp;
branches;
next	1.1;

1.1
date	2004.10.13.03.28.06;	author olawlor;	state Exp;
branches;
next	;


desc
@@


1.12
log
@turn of commlib test
@
text
@#DIRS=megatest pingpong simplearrayhello loadbalancing chkpt commtest delegation
DIRS=megatest pingpong simplearrayhello loadbalancing chkpt delegation

all:
	for d in $(DIRS); do \
		(cd $$d; $(MAKE) all OPTS='$(OPTS)' TESTOPTS='$(TESTOPTS)' || exit 1) || exit 1; \
	done

test:
	for d in $(DIRS); do \
		(cd $$d; $(MAKE) test OPTS='$(OPTS)' TESTOPTS='$(TESTOPTS)' || exit 1) || exit 1; \
	done

# skip megatest
bgtest:
	for d in pingpong simplearrayhello loadbalancing chkpt commtest delegation; do \
		(cd $$d; $(MAKE) bgtest OPTS='$(OPTS)' || exit 1) || exit 1; \
	done

clean:
	for d in $(DIRS); do (cd $$d; $(MAKE) clean OPTS='$(OPTS)'); done
	rm -f TAGS #*#
	rm -f core *~
@


1.11
log
@added TESTOPTS
@
text
@d1 2
a2 1
DIRS=megatest pingpong simplearrayhello loadbalancing chkpt commtest delegation
@


1.10
log
@carry TESTOPTS
@
text
@d10 1
a10 1
		(cd $$d; $(MAKE) test OPTS='$(OPTS)' || exit 1) || exit 1; \
@


1.9
log
@added the "all" target
@
text
@d5 1
a5 1
		(cd $$d; $(MAKE) all OPTS='$(OPTS)' || exit 1) || exit 1; \
@


1.8
log
@fixed for bgtest
@
text
@d3 5
@


1.7
log
@updated
@
text
@d10 1
a10 1
	for d in pingpong simplearrayhello lb_test chkpt commtest delegation; do \
@


1.6
log
@reenable commtest.
@
text
@d1 1
a1 1
DIRS=megatest pingpong simplearrayhello lb_test chkpt commtest delegation
@


1.5
log
@disable commtest
@
text
@d1 1
a1 2
#DIRS=megatest pingpong simplearrayhello lb_test chkpt commtest delegation
DIRS=megatest pingpong simplearrayhello lb_test chkpt delegation
@


1.4
log
@fixed for bgtest
@
text
@d1 2
a2 1
DIRS=megatest pingpong simplearrayhello lb_test chkpt commtest delegation
@


1.3
log
@add delegation
@
text
@d8 1
d10 1
a10 1
	for d in pingpong simplearrayhello lb_test chkpt commtest; do \
@


1.2
log
@setup bgtest for bigsim
@
text
@d1 1
a1 1
DIRS=megatest pingpong simplearrayhello lb_test chkpt commtest
@


1.1
log
@Added "test" targets to all Makefiles.
@
text
@d5 6
a10 1
		(cd $$d; make test OPTS='$(OPTS)' || exit 1) || exit 1; \
d14 1
a14 1
	for d in $(DIRS); do (cd $$d; make clean OPTS='$(OPTS)'); done
@

