tests: add -v option for command "tests" to increase verbosity (CMake)

This commit is contained in:
Sébastien Helleu 2014-07-22 21:04:59 +02:00
parent 94f12b4b8b
commit 9177e02f1a

View File

@ -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)