diff options
| author | Andrew Stitcher <astitcher@apache.org> | 2012-10-22 06:57:10 +0000 |
|---|---|---|
| committer | Andrew Stitcher <astitcher@apache.org> | 2012-10-22 06:57:10 +0000 |
| commit | 1e905e62c0135a54c900a5a0191d7b99a36b20f0 (patch) | |
| tree | d5b67ece186bbd2b4b704b832b47abdbca3fbdbf /qpid/cpp/src/tests | |
| parent | df7103a1eb7f35a5e5a26bb5aa9ca1b2681f21b1 (diff) | |
| download | qpid-python-1e905e62c0135a54c900a5a0191d7b99a36b20f0.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@1400783 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests')
| -rw-r--r-- | qpid/cpp/src/tests/CMakeLists.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/qpid/cpp/src/tests/CMakeLists.txt b/qpid/cpp/src/tests/CMakeLists.txt index f88c0eb58e..b0af187087 100644 --- a/qpid/cpp/src/tests/CMakeLists.txt +++ b/qpid/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, |
