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 | 466c5dc531c7ef4f535a753cd98c611b6e8a0f14 (patch) | |
| tree | d46228cee374679a6d0eb76f307148ee1b2b7331 /cpp/src/tests/Makefile.am | |
| parent | 91723b2f5449f4eab8fd4b6db745eb4d97ee7064 (diff) | |
| download | qpid-python-466c5dc531c7ef4f535a753cd98c611b6e8a0f14.tar.gz | |
QPID-2966: Add QMF method to dynamically set the log level.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1044248 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/Makefile.am')
| -rw-r--r-- | cpp/src/tests/Makefile.am | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am index 0eb4544ec2..07405bcd8f 100644 --- a/cpp/src/tests/Makefile.am +++ b/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 \ |
