From 0f191d72edaf920d3f9f7343ca4d31c5aa9ea715 Mon Sep 17 00:00:00 2001 From: ClausKlein Date: Wed, 10 Feb 2021 22:57:16 +0100 Subject: [PATCH] cmake-format file --- test/CMakeLists.txt | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt index dafeaab..8ba3a94 100644 --- a/test/CMakeLists.txt +++ b/test/CMakeLists.txt @@ -64,9 +64,8 @@ enable_testing() # Note: doctest and similar testing frameworks can automatically configure CMake tests For other # testing frameworks add the tests target instead: add_test(greeterTests GreeterTests) -# include(${doctest_SOURCE_DIR}/scripts/cmake/doctest.cmake) -# doctest_discover_tests(GreeterTests) -# Waning: if doctest is imported with find_package() this will fail! CK +# include(${doctest_SOURCE_DIR}/scripts/cmake/doctest.cmake) doctest_discover_tests(GreeterTests) +# Warning: if doctest is imported with find_package() this will fail! CK # ---- code coverage ----