diff options
| author | Alan Conway <aconway@apache.org> | 2007-06-08 17:01:28 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2007-06-08 17:01:28 +0000 |
| commit | 2aa37d1f979c7e85a0c8eb8e2d6d9db05e5377e8 (patch) | |
| tree | b530f5f563d9dd44a69c920dbf92cd4a58696ebb /qpid/cpp/src/tests/Makefile.am | |
| parent | 2373874e23fb62e502963878f5e7cd68e100021e (diff) | |
| download | qpid-python-2aa37d1f979c7e85a0c8eb8e2d6d9db05e5377e8.tar.gz | |
Add missing scripts to EXTRA_DIST
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@545560 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/Makefile.am')
| -rw-r--r-- | qpid/cpp/src/tests/Makefile.am | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/qpid/cpp/src/tests/Makefile.am b/qpid/cpp/src/tests/Makefile.am index a19b5098ce..26780d75c2 100644 --- a/qpid/cpp/src/tests/Makefile.am +++ b/qpid/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 \ |
