cmake: drop -V for ctest

This commit is contained in:
nick black 2021-03-11 23:51:54 -05:00
parent 35112f8d62
commit c80736a887
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

View File

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