1
0
mirror of https://github.com/gnss-sdr/gnss-sdr synced 2025-10-20 01:57:41 +00:00

Copy missing test file

This commit is contained in:
Mathieu Favreau
2025-09-08 18:20:06 +00:00
parent 63800aa423
commit dcdf9c92d8

View File

@@ -629,6 +629,7 @@ if(NOT ENABLE_PACKAGING)
else()
file(COPY ${GNSSSDR_SOURCE_DIR}/tests/data/rtklib_test/obs_test1.xml DESTINATION ${GNSSSDR_BINARY_DIR}/thirdparty/data/rtklib_test)
file(COPY ${GNSSSDR_SOURCE_DIR}/tests/data/rtklib_test/eph_GPS_L1CA_test1.xml DESTINATION ${GNSSSDR_BINARY_DIR}/thirdparty/data/rtklib_test)
file(COPY ${GNSSSDR_SOURCE_DIR}/tests/data/config_file_sample.txt DESTINATION ${GNSSSDR_BINARY_DIR}/thirdparty/data)
add_definitions(-DTEST_PATH="${GNSSSDR_BINARY_DIR}/thirdparty/")
endif()
endif()