diff options
| author | Alan Conway <aconway@apache.org> | 2007-08-30 17:06:44 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2007-08-30 17:06:44 +0000 |
| commit | fe3043fa600e1294631a324a39a9302938bf8016 (patch) | |
| tree | 1f680ee6e6908ddd6afa1a53ad81f1415798fc6e /qpid/cpp/src/tests/cluster.mk | |
| parent | cfaa5d0d31a387cd0634b7498201d1620d905a46 (diff) | |
| download | qpid-python-fe3043fa600e1294631a324a39a9302938bf8016.tar.gz | |
- 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@571246 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/cluster.mk')
| -rw-r--r-- | qpid/cpp/src/tests/cluster.mk | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/cluster.mk b/qpid/cpp/src/tests/cluster.mk index 092647c9eb..4c5ee2108b 100644 --- a/qpid/cpp/src/tests/cluster.mk +++ b/qpid/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 |
