summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
authorStephen D. Huston <shuston@apache.org>2009-05-08 16:29:26 +0000
committerStephen D. Huston <shuston@apache.org>2009-05-08 16:29:26 +0000
commit1294fa023e58a2932caf17aa0d978004e3be8a43 (patch)
treef47b7335692bb871b7105c640476d64e0ddf29ea /cpp
parent8d82115163f72ed74534f490f190ebc9109599a8 (diff)
downloadqpid-python-1294fa023e58a2932caf17aa0d978004e3be8a43.tar.gz
Help 'make check' produce familiar output
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@773045 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp')
-rw-r--r--cpp/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/CMakeLists.txt b/cpp/CMakeLists.txt
index 522d54dd39..13ed89a5c0 100644
--- a/cpp/CMakeLists.txt
+++ b/cpp/CMakeLists.txt
@@ -28,7 +28,7 @@ enable_testing()
# set(CMAKE_INCLUDE_CURRENT_DIR ON)
# Emulate "make check" behavior of the autoconf world.
-add_custom_target(check COMMAND ${CMAKE_TEST_COMMAND})
+add_custom_target(check ctest -V)
add_subdirectory(managementgen)
# add_subdirectory(etc)