From 9177e02f1a9ff5347f20d1aa18fdf815fe8cbb7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Helleu?= Date: Tue, 22 Jul 2014 21:04:59 +0200 Subject: [PATCH] tests: add -v option for command "tests" to increase verbosity (CMake) --- tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 6a6c7308e..103d07b47 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -66,4 +66,4 @@ add_dependencies(tests # test for cmake (ctest) add_test(NAME unit WORKING_DIRECTORY ${CMAKE_CURRENT_BINARY_DIR} - COMMAND tests) + COMMAND tests -v)