diff options
| author | Alan Conway <aconway@apache.org> | 2008-07-17 00:03:50 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-07-17 00:03:50 +0000 |
| commit | dadcc5aae18b3d6de4410f0dd381cf2283a54e83 (patch) | |
| tree | 1b1ef852fbdc3e876c07b8a312353ed80c1b0c49 /qpid/cpp/src/tests/cluster.mk | |
| parent | 67950fcc3be6df960fc0aaeec53c69d0797f4acb (diff) | |
| download | qpid-python-dadcc5aae18b3d6de4410f0dd381cf2283a54e83.tar.gz | |
Cluster: shadow connections, fix lifecycle & valgrind issues.
- tests/ForkedBroker: improved broker forking, exec full qpidd.
- Plugin::addFinalizer - more flexible way to shutdown plugins.
- Reworked cluster extension points using boost::function.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@677471 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/cluster.mk')
| -rw-r--r-- | qpid/cpp/src/tests/cluster.mk | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/qpid/cpp/src/tests/cluster.mk b/qpid/cpp/src/tests/cluster.mk index da5b4d6e90..9190eee4e5 100644 --- a/qpid/cpp/src/tests/cluster.mk +++ b/qpid/cpp/src/tests/cluster.mk @@ -10,9 +10,8 @@ lib_cluster = $(abs_builddir)/../libqpidcluster.la # -# FIXME aconway 2008-07-04: disabled till process leak is plugged. -# ais_check checks conditions for cluster tests and run them if ok. -#TESTS+=ais_check +# ais_check checks pre-requisites for cluster tests and runs them if ok. +TESTS+=ais_check EXTRA_DIST+=ais_check check_PROGRAMS+=cluster_test |
