diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2011-08-12 22:33:05 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2011-08-12 22:33:05 +0000 |
| commit | 2a72038643c8f6141d8effbf7cda080547a88cbc (patch) | |
| tree | 0ae5d6b284bc3046cacec7eab8599509b33f1013 /cpp/src/tests/Makefile.am | |
| parent | 01b69edfb7957c2e255bb31814542098498f9f52 (diff) | |
| download | qpid-python-2a72038643c8f6141d8effbf7cda080547a88cbc.tar.gz | |
QPID-3405: Added simple C++ system tests for IPv6:
- short perftest run which connects to ::1 (old client API)
- qpid-send/qpid-receive sending messages between them (new messaging API)
- Simple 2 broker federation over IPv6 test
- Simple cluster failover via IPv6 test
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1157279 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/Makefile.am')
| -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 1a6e56dbfd..cd569e901c 100644 --- a/cpp/src/tests/Makefile.am +++ b/cpp/src/tests/Makefile.am @@ -300,7 +300,7 @@ TESTS_ENVIRONMENT = \ 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_federation_sys_tests \ run_acl_tests run_cli_tests replication_test dynamic_log_level_test \ - run_queue_flow_limit_tests + run_queue_flow_limit_tests ipv6_test EXTRA_DIST += \ run_test vg_check \ |
