summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/Makefile.am
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2010-01-12 12:02:38 +0000
committerGordon Sim <gsim@apache.org>2010-01-12 12:02:38 +0000
commitdf9f26495b4d1823601cccc2680384c2a23427a8 (patch)
tree7ec079f09b6a61b48ac6201b643f387b5337e058 /qpid/cpp/src/tests/Makefile.am
parent8dda03490e49964ec4811c2844a07a23cdca04c1 (diff)
downloadqpid-python-df9f26495b4d1823601cccc2680384c2a23427a8.tar.gz
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@898296 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/Makefile.am')
-rw-r--r--qpid/cpp/src/tests/Makefile.am14
1 files changed, 14 insertions, 0 deletions
diff --git a/qpid/cpp/src/tests/Makefile.am b/qpid/cpp/src/tests/Makefile.am
index 080022da05..2af30b7d32 100644
--- a/qpid/cpp/src/tests/Makefile.am
+++ b/qpid/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)