diff options
| author | Rajith Muditha Attapattu <rajith@apache.org> | 2008-10-22 03:29:32 +0000 |
|---|---|---|
| committer | Rajith Muditha Attapattu <rajith@apache.org> | 2008-10-22 03:29:32 +0000 |
| commit | e2f72f2bdbe5a9dfc826f684fc03e23faa3e8140 (patch) | |
| tree | dd045902a2a9689e1bb4f2782abe5f12a8147f13 /qpid/cpp/src/tests/Makefile.am | |
| parent | 8cdcb48458906c833772b2d3a497f87c33c1c7dd (diff) | |
| download | qpid-python-e2f72f2bdbe5a9dfc826f684fc03e23faa3e8140.tar.gz | |
This is for QPID-1363
These tests creates an acl file and use the acl.reloadAclFile method to reconfigure the broker.
The tests are run as part of make check
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@706850 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/Makefile.am')
| -rw-r--r-- | qpid/cpp/src/tests/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/qpid/cpp/src/tests/Makefile.am b/qpid/cpp/src/tests/Makefile.am index 1e82f88807..35728a3549 100644 --- a/qpid/cpp/src/tests/Makefile.am +++ b/qpid/cpp/src/tests/Makefile.am @@ -131,7 +131,7 @@ consume_LDADD=$(lib_client) TESTS_ENVIRONMENT = VALGRIND=$(VALGRIND) srcdir=$(srcdir) QPID_DATA_DIR= $(srcdir)/run_test system_tests = client_test quick_perftest quick_topictest -TESTS += start_broker $(system_tests) python_tests stop_broker run_federation_tests +TESTS += start_broker $(system_tests) python_tests stop_broker run_federation_tests run_acl_tests EXTRA_DIST += \ run_test vg_check \ @@ -140,6 +140,7 @@ EXTRA_DIST += \ quick_perftest \ topictest \ run_federation_tests \ + run_acl_tests \ .valgrind.supp \ MessageUtils.h \ TestMessageStore.h \ |
