summaryrefslogtreecommitdiff
path: root/cpp/src
diff options
context:
space:
mode:
authorAndrew Stitcher <astitcher@apache.org>2012-10-22 06:57:10 +0000
committerAndrew Stitcher <astitcher@apache.org>2012-10-22 06:57:10 +0000
commit8388f807c0dd142f986d087d0398df78049ed37d (patch)
tree8129b5a89bb5c7c8ff39c5cf66d6252ad484fe8b /cpp/src
parent49dcdb7253bc4c54b509fcde98f2590c13862085 (diff)
downloadqpid-python-8388f807c0dd142f986d087d0398df78049ed37d.tar.gz
QPID-3633: Make cmake the primary build tool for the cpp tree
Now install most of the test executables git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1400783 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r--cpp/src/tests/CMakeLists.txt8
1 files changed, 6 insertions, 2 deletions
diff --git a/cpp/src/tests/CMakeLists.txt b/cpp/src/tests/CMakeLists.txt
index f88c0eb58e..b0af187087 100644
--- a/cpp/src/tests/CMakeLists.txt
+++ b/cpp/src/tests/CMakeLists.txt
@@ -274,8 +274,12 @@ remember_location(msg_group_test)
# qpid-perftest and qpid-latency-test are generally useful so install them
-install (TARGETS qpid-perftest qpid-latency-test RUNTIME
- DESTINATION ${QPID_INSTALL_BINDIR})
+install (TARGETS
+ qpid-perftest qpid-latency-test qpid-client-test
+ qpid-ping
+ qpid-receive qpid-send qpid-topic-listener qpid-topic-publisher receiver sender
+ qpid-txtest
+ RUNTIME DESTINATION ${QPID_INSTALL_TESTDIR})
# This should ideally be done as part of the test run, but I don't know a way
# to get these arguments and the working directory set like Makefile.am does,