diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index 01c8e31..184a2f4 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -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})