mirror of
https://github.com/dankamongmen/notcurses.git
synced 2024-10-31 15:20:13 +00: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…
Reference in New Issue
Block a user