From efa3feb65f59e10a378b9074ac2d01b540a3278c Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Thu, 30 Aug 2007 17:06:44 +0000 Subject: - Update cluster code to work with new FrameHandler - Update ClassifierHandler to use Visitor rather than map. - Replace heap allocation in cluster classes with boost::optional. git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@571246 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/cluster.mk | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'cpp/src/tests/cluster.mk') diff --git a/cpp/src/tests/cluster.mk b/cpp/src/tests/cluster.mk index 092647c9eb..4c5ee2108b 100644 --- a/cpp/src/tests/cluster.mk +++ b/cpp/src/tests/cluster.mk @@ -20,7 +20,11 @@ AIS_TESTS= ais_check: ais_tests ais_tests: - echo $(AIS_TESTS) >$@ + echo $(AIS_TESTS) + echo "# AIS tests" >$@ + for t in $(AIS_TESTS); do echo ./$$t >$@; done + chmod a+x $@ + CLEANFILES+=ais_tests AIS_TESTS+=Cpg -- cgit v1.2.1