merge: issue/0047-cpp-tests-foundation — implementación paralela
This commit is contained in:
@@ -202,3 +202,10 @@ set(_DASH_DIR ${CMAKE_SOURCE_DIR}/../projects/fn_monitoring/apps/registry_dashbo
|
||||
if(EXISTS ${_DASH_DIR}/CMakeLists.txt)
|
||||
add_subdirectory(${_DASH_DIR} ${CMAKE_BINARY_DIR}/apps/registry_dashboard)
|
||||
endif()
|
||||
|
||||
# --- Tests (Catch2 amalgamated, ctest-driven) ---
|
||||
option(BUILD_TESTING "Build C++ tests" ON)
|
||||
if(BUILD_TESTING)
|
||||
enable_testing()
|
||||
add_subdirectory(tests)
|
||||
endif()
|
||||
|
||||
Reference in New Issue
Block a user