mirror of
https://github.com/TheLartians/ModernCppStarter.git
synced 2025-08-30 21:51:12 +02:00
Update test/CMakeLists.txt
This commit is contained in:
parent
a377b27597
commit
ee35593169
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@ enable_testing()
|
|||
|
||||
# Note: doctest and similar testing frameworks can automatically configure CMake tests. For other
|
||||
# testing frameworks add the tests target instead: add_test(NAME ${PROJECT_NAME} COMMAND
|
||||
# GreeterTests)
|
||||
# ${PROJECT_NAME})
|
||||
|
||||
include(${doctest_SOURCE_DIR}/scripts/cmake/doctest.cmake)
|
||||
doctest_discover_tests(${PROJECT_NAME})
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue