mirror of
https://github.com/dankamongmen/notcurses
synced 2025-03-09 09:09:03 -04:00
move tests to src/tests
This commit is contained in:
parent
a100f6d13a
commit
38e9051888
@ -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…
x
Reference in New Issue
Block a user