From f47385682d2e9a82d007481e2c6d171a68dffa5f Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Tue, 12 Jan 2010 12:02:38 +0000 Subject: QPID-664: Added some of the missing standard message headers. Added two new test utilities for sending and receiving with the new API (both still works in progress). git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@898296 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/src/tests/Makefile.am | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'cpp/src/tests/Makefile.am') diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am index 080022da05..2af30b7d32 100644 --- a/cpp/src/tests/Makefile.am +++ b/cpp/src/tests/Makefile.am @@ -162,6 +162,20 @@ sender_SOURCES = \ ConnectionOptions.h sender_LDADD = $(lib_client) +qpidtest_PROGRAMS += qpid_recv +qpid_recv_SOURCES = \ + qpid_recv.cpp \ + TestOptions.h \ + ConnectionOptions.h +qpid_recv_LDADD = $(lib_client) + +qpidtest_PROGRAMS += qpid_send +qpid_send_SOURCES = \ + qpid_send.cpp \ + TestOptions.h \ + ConnectionOptions.h +qpid_send_LDADD = $(lib_client) + qpidtest_PROGRAMS+=perftest perftest_SOURCES=perftest.cpp test_tools.h TestOptions.h ConnectionOptions.h perftest_INCLUDES=$(PUBLIC_INCLUDES) -- cgit v1.2.1