02c3c6dc97
As this code has significant bit-rot and requires a lot of work to compile and run again, it is currently deactivated. The test also writes to the files "/Users/jmt/Desktop/airways.kml" and "/Users/jmt/Desktop/procedures.kml" and would need to be modified to write to a temporary directory and the file contents reread and checked by the test.
12 lines
269 B
CMake
12 lines
269 B
CMake
set(TESTSUITE_SOURCES
|
|
${TESTSUITE_SOURCES}
|
|
${CMAKE_CURRENT_SOURCE_DIR}/TestSuite.cxx
|
|
#${CMAKE_CURRENT_SOURCE_DIR}/testgps.cxx
|
|
PARENT_SCOPE
|
|
)
|
|
|
|
set(TESTSUITE_HEADERS
|
|
${TESTSUITE_HEADERS}
|
|
#${CMAKE_CURRENT_SOURCE_DIR}/testgps.hxx
|
|
PARENT_SCOPE
|
|
)
|