This commit is contained in:
2025-04-18 12:15:32 +03:00
parent 78e1a7d71d
commit 3205db3ee1
4 changed files with 164 additions and 11 deletions

View File

@@ -137,6 +137,7 @@ 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
mount_pz.h)
target_link_libraries(${ASTROM_TEST_APP} ERFA_LIB)
endif()