feat(test): add network manager singleton reset

This commit is contained in:
2025-07-10 14:21:56 +01:00
parent 2d0c8fcfba
commit 5fb89f0589
4 changed files with 44 additions and 12 deletions

View File

@@ -79,4 +79,5 @@ add_executable(${TestExec}
src/Engine/Operator/GeometryOpDef.cpp
)
target_link_libraries(${TestExec} PRIVATE Catch2::Catch2WithMain Eigen3::Eigen Qt6::Core )
target_compile_definitions(${TestExec} PRIVATE UNIT_TEST)
target_include_directories(${TestExec} PUBLIC src)