summaryrefslogtreecommitdiff
path: root/cpp/src/tests/Makefile.am
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2009-06-29 13:24:23 +0000
committerGordon Sim <gsim@apache.org>2009-06-29 13:24:23 +0000
commit22b88667e064da2322feb32f1bdb446de517f6db (patch)
tree6aefe492858dde82cb74565ea8c8ce7ca011b79a /cpp/src/tests/Makefile.am
parenta9139896be73e0356ff0160009a6a9aac2db63f7 (diff)
downloadqpid-python-22b88667e064da2322feb32f1bdb446de517f6db.tar.gz
Added extra test script for testing ring queues plus a random data generation utility.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@789317 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/Makefile.am')
-rw-r--r--cpp/src/tests/Makefile.am4
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am
index b20e8da96b..d922268ab4 100644
--- a/cpp/src/tests/Makefile.am
+++ b/cpp/src/tests/Makefile.am
@@ -234,6 +234,10 @@ check_PROGRAMS+=qpid_ping
qpid_ping_SOURCES=qpid_ping.cpp test_tools.h TestOptions.h ConnectionOptions.h
qpid_ping_LDADD=$(lib_client)
+check_PROGRAMS+=datagen
+datagen_SOURCES=datagen.cpp
+datagen_LDADD=$(lib_common)
+
TESTS_ENVIRONMENT = \
VALGRIND=$(VALGRIND) \