move tests to src/tests

pull/1338/head
nick black 3 years ago
parent a100f6d13a
commit 38e9051888
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC

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

Loading…
Cancel
Save