From 8388f807c0dd142f986d087d0398df78049ed37d Mon Sep 17 00:00:00 2001 From: Andrew Stitcher Date: Mon, 22 Oct 2012 06:57:10 +0000 Subject: 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 --- cpp/src/tests/CMakeLists.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'cpp/src') 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, -- cgit v1.2.1