This commit is contained in:
2025-03-13 18:37:52 +03:00
parent 9e70ace4b7
commit 911f82eb4d
6 changed files with 248 additions and 28 deletions

View File

@@ -111,5 +111,6 @@ if (WITH_TESTS)
add_executable(${CFGFILE_TEST_APP} tests/configfile_test.cpp)
set(ASTROM_TEST_APP astrom_test)
add_executable(${ASTROM_TEST_APP} tests/astrom_test.cpp)
add_executable(${ASTROM_TEST_APP} tests/astrom_test.cpp
mcc_traits.h)
endif()