summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--qpid/cpp/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/CMakeLists.txt b/qpid/cpp/CMakeLists.txt
index 522d54dd39..13ed89a5c0 100644
--- a/qpid/cpp/CMakeLists.txt
+++ b/qpid/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)