From ee35593169bdac3d84b1d098586d97c98de82b43 Mon Sep 17 00:00:00 2001 From: Lars Melchior Date: Sun, 17 Oct 2021 21:09:35 +0200 Subject: [PATCH] Update test/CMakeLists.txt --- test/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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})