summaryrefslogtreecommitdiff
path: root/cpp
diff options
context:
space:
mode:
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)