diff options
author | Andrew Stitcher <astitcher@apache.org> | 2010-04-15 01:50:25 +0000 |
---|---|---|
committer | Andrew Stitcher <astitcher@apache.org> | 2010-04-15 01:50:25 +0000 |
commit | 2b799b77c99a49f565a218189827c82bbc4e3cf7 (patch) | |
tree | de77b9dc99a6bdb4a5648ce29c5ed07f1dbf2926 /cpp/src | |
parent | 9568dd0e968b5946e483443b191ee6b424edc201 (diff) | |
download | qpid-python-2b799b77c99a49f565a218189827c82bbc4e3cf7.tar.gz |
Install new old-examples visual studio solution file
Install perftest & latencytest programs
Amend windows sdk zip builder script to strip out examples not buildable with new messaging API
Build debug build before release build so that it's the release executables that are in the install area
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@934261 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/src')
-rw-r--r-- | cpp/src/tests/CMakeLists.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/cpp/src/tests/CMakeLists.txt b/cpp/src/tests/CMakeLists.txt index 605c96c3e4..2da50f35ac 100644 --- a/cpp/src/tests/CMakeLists.txt +++ b/cpp/src/tests/CMakeLists.txt @@ -272,6 +272,10 @@ add_executable (qpid_send qpid_send.cpp Statistics.cpp ${platform_test_additions target_link_libraries (qpid_send qpidclient) remember_location(qpid_send) +# perftest and latencytest are generally useful so install them +install (TARGETS perftest latencytest RUNTIME + DESTINATION ${QPID_INSTALL_BINDIR}) + if (CMAKE_SYSTEM_NAME STREQUAL Windows) set (ENV{OUTDIR} ${EXECUTABLE_OUTPUT_PATH}) set (test_script_suffix ".ps1") |