diff options
| author | Gordon Sim <gsim@apache.org> | 2010-12-10 09:17:18 +0000 |
|---|---|---|
| committer | Gordon Sim <gsim@apache.org> | 2010-12-10 09:17:18 +0000 |
| commit | 7083eeafdfa93dabd65d1e2506355fe873a10531 (patch) | |
| tree | bc2094bb5e8a3490a586d04c859d4adb5d8190c1 /qpid/cpp/src/tests/Makefile.am | |
| parent | f789f7e7a0e5a312d09eccc1029a3131d4549d25 (diff) | |
| download | qpid-python-7083eeafdfa93dabd65d1e2506355fe873a10531.tar.gz | |
QPID-2966: Add QMF method to dynamically set the log level.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1044248 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/Makefile.am')
| -rw-r--r-- | qpid/cpp/src/tests/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/Makefile.am b/qpid/cpp/src/tests/Makefile.am index 0eb4544ec2..07405bcd8f 100644 --- a/qpid/cpp/src/tests/Makefile.am +++ b/qpid/cpp/src/tests/Makefile.am @@ -310,7 +310,7 @@ TESTS_ENVIRONMENT = \ $(srcdir)/run_test system_tests = qpid-client-test quick_perftest quick_topictest run_header_test quick_txtest -TESTS += start_broker $(system_tests) python_tests stop_broker run_federation_tests run_acl_tests run_cli_tests replication_test +TESTS += start_broker $(system_tests) python_tests stop_broker run_federation_tests run_acl_tests run_cli_tests replication_test dynamic_log_level_test EXTRA_DIST += \ run_test vg_check \ @@ -335,6 +335,8 @@ EXTRA_DIST += \ run_perftest \ ring_queue_test \ run_ring_queue_test \ + dynamic_log_level_test \ + qpid-ctrl \ CMakeLists.txt \ cluster.cmake \ windows/DisableWin32ErrorWindows.cpp \ |
