This commit is contained in:
Timur A. Fatkhullin
2025-03-09 21:47:46 +03:00
parent 610862b3a7
commit 96cf21dbf7
3 changed files with 135 additions and 73 deletions

View File

@@ -100,4 +100,7 @@ if (WITH_TESTS)
set(CFGFILE_TEST_APP configfile_test)
add_executable(${CFGFILE_TEST_APP} tests/configfile_test.cpp)
set(ASTROM_TEST_APP astrom_test)
add_executable(${ASTROM_TEST_APP} tests/astrom_test.cpp)
endif()