From f45c63e85c7e2aec74bb3878de161b9510dab13c Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Fri, 8 Jun 2007 17:01:28 +0000 Subject: 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 --- cpp/src/tests/Makefile.am | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'cpp/src') 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 \ -- cgit v1.2.1