merge: issue/0047-cpp-tests-foundation — implementación paralela

This commit is contained in:
2026-04-28 23:44:55 +02:00
50 changed files with 26061 additions and 60 deletions
+7
View File
@@ -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()