move tests to src/tests

This commit is contained in:
nick black 2021-02-07 20:52:20 -05:00
parent a100f6d13a
commit 38e9051888
No known key found for this signature in database
GPG Key ID: 5F43400C21CBFACC
38 changed files with 1 additions and 1 deletions

View File

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