1
0
mirror of https://github.com/weechat/weechat.git synced 2026-06-27 13:26:38 +02:00

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
+1 -1
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)