From 8783221bbfbe31a9909312c4d68bb7bd14def655 Mon Sep 17 00:00:00 2001 From: Alan Conway Date: Wed, 3 Dec 2008 02:55:54 +0000 Subject: 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 --- qpid/cpp/src/tests/Makefile.am | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'qpid/cpp/src/tests/Makefile.am') 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 -- cgit v1.2.1