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 | 8783221bbfbe31a9909312c4d68bb7bd14def655 (patch) | |
| tree | 4d4589a00cc491407d29d00b1b116a3568887d23 /qpid/cpp/src/tests/Makefile.am | |
| parent | 28026d5c19a8bd7829937ec340981c4a35d2ef7d (diff) | |
| download | qpid-python-8783221bbfbe31a9909312c4d68bb7bd14def655.tar.gz | |
cluster: add Event size to encoded header.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@722728 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/Makefile.am')
| -rw-r--r-- | qpid/cpp/src/tests/Makefile.am | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/qpid/cpp/src/tests/Makefile.am b/qpid/cpp/src/tests/Makefile.am index 78aadf0da0..31060d65d2 100644 --- a/qpid/cpp/src/tests/Makefile.am +++ b/qpid/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 |
