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 | cc44a53b4ff1d47ec14cb05246d1366a4598e814 (patch) | |
| tree | 9c4ad8c57d5dcf9db9ce3cf5df1ad767020e9e6b /cpp/src/tests/Makefile.am | |
| parent | 8a59fb9bea93bd1ef47372948f9c544327a4418e (diff) | |
| download | qpid-python-cc44a53b4ff1d47ec14cb05246d1366a4598e814.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/qpid@706850 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/Makefile.am')
| -rw-r--r-- | cpp/src/tests/Makefile.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am index 1e82f88807..35728a3549 100644 --- a/cpp/src/tests/Makefile.am +++ b/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 \ |
