This commit is contained in:
Timur A. Fatkhullin
2025-10-01 06:26:50 +03:00
parent 0b7261a431
commit 3d769d79eb
8 changed files with 505 additions and 26 deletions

View File

@@ -92,9 +92,5 @@ if (WITH_TESTS)
target_include_directories(${CTTE_TEST_APP} PRIVATE ${ERFA_INCLUDE_DIR})
target_link_libraries(${CTTE_TEST_APP} ERFA_LIB bsplines)
set(CFG_TEST_APP cfg_test)
add_executable(${CFG_TEST_APP} tests/cfg_test.cpp)
target_link_libraries(${CFG_TEST_APP} PRIVATE mcc)
enable_testing()
endif()
endif()