diff options
author | Alan Conway <aconway@apache.org> | 2007-07-23 13:09:59 +0000 |
---|---|---|
committer | Alan Conway <aconway@apache.org> | 2007-07-23 13:09:59 +0000 |
commit | 1795f6cf2421bf42a21404db26f42066c82a36b9 (patch) | |
tree | 7b41535914f0a7bc6e16e4a42391bd96f8d941ce /cpp/src/tests | |
parent | 1a469b992ef2f28d98f43e63cf4d520c1bf830a4 (diff) | |
download | qpid-python-1795f6cf2421bf42a21404db26f42066c82a36b9.tar.gz |
Disable Cluster test.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@558711 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests')
-rw-r--r-- | cpp/src/tests/cluster.mk | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/cluster.mk b/cpp/src/tests/cluster.mk index 7407565f62..765aa02eb0 100644 --- a/cpp/src/tests/cluster.mk +++ b/cpp/src/tests/cluster.mk @@ -20,7 +20,7 @@ check_PROGRAMS+=Cpg Cpg_SOURCES=Cpg.cpp Cpg_LDADD=$(lib_cluster) -lboost_unit_test_framework -TESTS+=Cluster +#TESTS+=Cluster check_PROGRAMS+=Cluster Cluster_SOURCES=Cluster.cpp Cluster.h Cluster_LDADD=$(lib_cluster) -lboost_unit_test_framework |