708bf948b3
This old standalone test, from Curt back in 2001, was converted to the format required for the CppUnit test suite. As most of simgear/math/sg_geodesy.hxx no longer exists, the code was updated using SGGeod and SGGeoc. Hardcoded values are used to permanently lock in the values currently calculated by simgear.
12 lines
273 B
CMake
12 lines
273 B
CMake
set(TESTSUITE_SOURCES
|
|
${TESTSUITE_SOURCES}
|
|
${CMAKE_CURRENT_SOURCE_DIR}/TestSuite.cxx
|
|
${CMAKE_CURRENT_SOURCE_DIR}/test-up.cxx
|
|
PARENT_SCOPE
|
|
)
|
|
|
|
set(TESTSUITE_HEADERS
|
|
${TESTSUITE_HEADERS}
|
|
${CMAKE_CURRENT_SOURCE_DIR}/testSGGeodesy.hxx
|
|
PARENT_SCOPE
|
|
)
|