summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/Makefile.am
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2008-04-09 19:52:44 +0000
committerGordon Sim <gsim@apache.org>2008-04-09 19:52:44 +0000
commitc2d21d3903178152a0873d6f274968c2f91c8ea6 (patch)
tree482408cc06653a100ff98da6be0ee575fa4c002e /qpid/cpp/src/tests/Makefile.am
parent5fa4134e135e28460cf05ff15525cf4e84aa373f (diff)
downloadqpid-python-c2d21d3903178152a0873d6f274968c2f91c8ea6.tar.gz
Fixes and automated tests for federation function.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@646505 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/Makefile.am')
-rw-r--r--qpid/cpp/src/tests/Makefile.am3
1 files changed, 2 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/Makefile.am b/qpid/cpp/src/tests/Makefile.am
index 487fb08c9a..3f49d2c6af 100644
--- a/qpid/cpp/src/tests/Makefile.am
+++ b/qpid/cpp/src/tests/Makefile.am
@@ -118,7 +118,7 @@ check_PROGRAMS += $(testprogs) interop_runner
TESTS_ENVIRONMENT = VALGRIND=$(VALGRIND) srcdir=$(srcdir) QPID_DATA_DIR= $(srcdir)/run_test
system_tests = client_test quick_perftest quick_topictest
-TESTS += run-unit-tests start_broker $(system_tests) python_tests stop_broker
+TESTS += run-unit-tests start_broker $(system_tests) python_tests stop_broker run_federation_tests
EXTRA_DIST += \
run_test vg_check \
@@ -126,6 +126,7 @@ EXTRA_DIST += \
quick_topictest \
quick_perftest \
topictest \
+ run_federation_tests \
.valgrind.supp \
.valgrindrc \
MessageUtils.h \