Ctest configuration
Compare changes
- Joan Solà Ortega authored
+ 6
− 6
@@ -481,12 +481,6 @@ INSTALL(DIRECTORY ${SPDLOG_INCLUDE_DIRS} DESTINATION "include/iri-algorithms/")
@@ -498,3 +492,9 @@ if(BUILD_TESTS)
This replicates issue #115 (closed) , which in turn traces back to !103 (merged), regarding ctest
and gtest
.
I finally left the project as this (checkout branch frame-base-tests
):
wolf/src/tests
--> here all the gtest files are located
In wolf/CMakeLists.txt
if(BUILD_TESTS)
enable_testing()
endif()
wolf/src/CMakeLists.txt
if(BUILD_TESTS)
MESSAGE("Building tests.")
add_subdirectory(test)
endif()