summaryrefslogtreecommitdiff
path: root/qpid/cpp/src/tests/Makefile.am
diff options
context:
space:
mode:
authorMichael Goulish <mgoulish@apache.org>2009-08-03 18:07:12 +0000
committerMichael Goulish <mgoulish@apache.org>2009-08-03 18:07:12 +0000
commit4b9c8a4a7eeb9d4436122b661e885e2abae85671 (patch)
tree94b294f083fb569d6519af19cb2db0df9cefc99d /qpid/cpp/src/tests/Makefile.am
parentd42e5f77a4860e8788fd65494979fc700b45690d (diff)
downloadqpid-python-4b9c8a4a7eeb9d4436122b661e885e2abae85671.tar.gz
qrsh initial checkin.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@800481 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/Makefile.am')
-rw-r--r--qpid/cpp/src/tests/Makefile.am12
1 files changed, 12 insertions, 0 deletions
diff --git a/qpid/cpp/src/tests/Makefile.am b/qpid/cpp/src/tests/Makefile.am
index 563068a018..01c58556d3 100644
--- a/qpid/cpp/src/tests/Makefile.am
+++ b/qpid/cpp/src/tests/Makefile.am
@@ -256,6 +256,18 @@ check_PROGRAMS+=datagen
datagen_SOURCES=datagen.cpp
datagen_LDADD=$(lib_common)
+check_PROGRAMS+=qrsh_server
+qrsh_server_SOURCES=qrsh_server.cpp
+qrsh_server_LDADD=$(lib_client)
+
+check_PROGRAMS+=qrsh_run
+qrsh_run_SOURCES=qrsh_run.cpp
+qrsh_run_LDADD=$(lib_client)
+
+check_PROGRAMS+=qrsh
+qrsh_SOURCES=qrsh.cpp
+qrsh_LDADD=$(lib_client)
+
TESTS_ENVIRONMENT = \
VALGRIND=$(VALGRIND) \