summaryrefslogtreecommitdiff
path: root/cpp/src/tests
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2013-11-04 16:02:21 +0000
committerGordon Sim <gsim@apache.org>2013-11-04 16:02:21 +0000
commit0baf985f809992e6ccedbe18fe6275f73fe44388 (patch)
treeb10600fded52097dec672c4be81d7f73541751db /cpp/src/tests
parent15c1455db0cbab0e6f33fbf905785ec17c3d3c1e (diff)
downloadqpid-python-0baf985f809992e6ccedbe18fe6275f73fe44388.tar.gz
QPID-5277: remove install directive for qpidt
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1538656 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src/tests')
-rw-r--r--cpp/src/tests/CMakeLists.txt2
1 files changed, 0 insertions, 2 deletions
diff --git a/cpp/src/tests/CMakeLists.txt b/cpp/src/tests/CMakeLists.txt
index c5ea0a89e5..4acd976a38 100644
--- a/cpp/src/tests/CMakeLists.txt
+++ b/cpp/src/tests/CMakeLists.txt
@@ -107,8 +107,6 @@ install (TARGETS
qpid-receive qpid-send qpid-topic-listener qpid-topic-publisher receiver sender
qpid-txtest
RUNTIME DESTINATION ${QPID_INSTALL_TESTDIR})
-install (PROGRAMS ${CMAKE_CURRENT_SOURCE_DIR}/qpidt
- DESTINATION ${QPID_INSTALL_TESTDIR})
# Only build test code if testing is turned on
if (BUILD_TESTING)