diff options
| author | Alan Conway <aconway@apache.org> | 2007-06-08 17:55:06 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2007-06-08 17:55:06 +0000 |
| commit | 27503af66279bd599e42ed3561056dd3b4895898 (patch) | |
| tree | 94a075e6f24b83166d3a4d01b2de23474c5f40fe /qpid/cpp/src | |
| parent | 2aa37d1f979c7e85a0c8eb8e2d6d9db05e5377e8 (diff) | |
| download | qpid-python-27503af66279bd599e42ed3561056dd3b4895898.tar.gz | |
src/tests/Makefile.am: Fix typo in makefile
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@545570 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src')
| -rw-r--r-- | qpid/cpp/src/tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/Makefile.am b/qpid/cpp/src/tests/Makefile.am index 26780d75c2..e5f6c39ac5 100644 --- a/qpid/cpp/src/tests/Makefile.am +++ b/qpid/cpp/src/tests/Makefile.am @@ -80,7 +80,7 @@ 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 ais_unit_tests start_broker $(SYSTEM_TESTS) python_tests kill_broker daemon_test EXTRA_DIST = \ test_env run_test \ |
