summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorAlan Conway <aconway@apache.org>2007-06-08 17:01:28 +0000
committerAlan Conway <aconway@apache.org>2007-06-08 17:01:28 +0000
commitf45c63e85c7e2aec74bb3878de161b9510dab13c (patch)
tree1d5dd5436edb3705e8ee989dbcf2c623529c4c21 /cpp
parent07a813e700dd8cc08fc190ed4b2a29af050c31aa (diff)
downloadqpid-python-f45c63e85c7e2aec74bb3878de161b9510dab13c.tar.gz
Add missing scripts to EXTRA_DIST
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@545560 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r--cpp/src/tests/Makefile.am5
1 files changed, 3 insertions, 2 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am
index a19b5098ce..26780d75c2 100644
--- a/cpp/src/tests/Makefile.am
+++ b/cpp/src/tests/Makefile.am
@@ -80,11 +80,12 @@ check_PROGRAMS = $(UNIT_TESTS) $(AIS_UNIT_TESTS) $(testprogs) interop_runner
TESTS_ENVIRONMENT = VALGRIND=$(VALGRIND) srcdir=$(srcdir)
SYSTEM_TESTS = client_test quick_topictest
-TESTS = $(UNIT_TESTS) run-unit-tests $(RUN_AIS_TESTS) start_broker $(SYSTEM_TESTS) python_tests kill_broker daemon_test
+TESTS = $(UNIT_TESTS) run-unit-tests run_ais_tests start_broker $(SYSTEM_TESTS) python_tests kill_broker daemon_test
EXTRA_DIST = \
- test_env \
+ test_env run_test \
run-unit-tests start_broker python_tests kill_broker daemon_test \
+ ais_unit_tests \
quick_topictest \
topictest \
.valgrind.supp-default \