diff options
| author | Michael Goulish <mgoulish@apache.org> | 2009-08-03 18:07:12 +0000 |
|---|---|---|
| committer | Michael Goulish <mgoulish@apache.org> | 2009-08-03 18:07:12 +0000 |
| commit | 80e1b83ae763f2840dd6ff0b0c4b5b00a45c3b6f (patch) | |
| tree | 9bd5ab65aaaec69b83fee02a271b19c9f3bfd587 /cpp/src/tests/Makefile.am | |
| parent | 946bf3f4ea756513556c04d7fd9bd8cbdd9f382e (diff) | |
| download | qpid-python-80e1b83ae763f2840dd6ff0b0c4b5b00a45c3b6f.tar.gz | |
qrsh initial checkin.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@800481 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests/Makefile.am')
| -rw-r--r-- | cpp/src/tests/Makefile.am | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/cpp/src/tests/Makefile.am b/cpp/src/tests/Makefile.am index 563068a018..01c58556d3 100644 --- a/cpp/src/tests/Makefile.am +++ b/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) \ |
