cmake: drop -V for ctest

pull/1403/head
nick black 3 years ago
parent 35112f8d62
commit c80736a887
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

@ -625,7 +625,7 @@ endif()
############################################################################
# testing
if(${BUILD_TESTING})
set(CMAKE_CTEST_ARGUMENTS "-V")
#set(CMAKE_CTEST_ARGUMENTS "-V")
if(${USE_DOCTEST})
file(GLOB TESTSRCS CONFIGURE_DEPENDS src/tests/*.cpp)
add_executable(notcurses-tester ${TESTSRCS})

Loading…
Cancel
Save