diff options
| author | Alan Conway <aconway@apache.org> | 2008-12-03 02:55:54 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-12-03 02:55:54 +0000 |
| commit | f9cccf7b8f346c415c5f9b7d52127ef67797b02d (patch) | |
| tree | 2cfcbbb5f1f007a1c399a69bd26667ac318438a6 /cpp/src/tests/Makefile.am | |
| parent | 65c29f1810e2fa2e445f536db49218fcf4b0d6f4 (diff) | |
| download | qpid-python-f9cccf7b8f346c415c5f9b7d52127ef67797b02d.tar.gz | |
cluster: add Event size to encoded header.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@722728 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, 4 insertions, 0 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am index 78aadf0da0..31060d65d2 100644 --- a/cpp/src/tests/Makefile.am +++ b/cpp/src/tests/Makefile.am @@ -166,6 +166,10 @@ check_PROGRAMS+=sender sender_SOURCES=sender.cpp TestOptions.h ConnectionOptions.h sender_LDADD=$(lib_client) +check_PROGRAMS+=tsxtest +tsxtest_SOURCES=tsxtest.cpp TestOptions.h ConnectionOptions.h +tsxtest_LDADD=$(lib_client) + TESTS_ENVIRONMENT = VALGRIND=$(VALGRIND) srcdir=$(srcdir) QPID_DATA_DIR= BOOST_TEST_SHOW_PROGRESS=yes $(srcdir)/run_test system_tests = client_test quick_perftest quick_topictest run_header_test quick_txtest |
