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 | 39528eefc43ad92cc74a11693e73237769ef720e (patch) | |
tree | bc5d39bb64141591b3aee98749155fa7ec4569de /cpp/src | |
parent | f45c63e85c7e2aec74bb3878de161b9510dab13c (diff) | |
download | qpid-python-39528eefc43ad92cc74a11693e73237769ef720e.tar.gz |
src/tests/Makefile.am: Fix typo in makefile
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@545570 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/tests/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am index 26780d75c2..e5f6c39ac5 100644 --- a/cpp/src/tests/Makefile.am +++ b/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 \ |