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.
21 lines
324 B
CMake
21 lines
324 B
CMake
# Add each system test category.
|
|
foreach( system_test_category
|
|
FDM
|
|
Instrumentation
|
|
)
|
|
|
|
add_subdirectory(${system_test_category})
|
|
|
|
endforeach( system_test_category )
|
|
|
|
|
|
set(TESTSUITE_SOURCES
|
|
${TESTSUITE_SOURCES}
|
|
PARENT_SCOPE
|
|
)
|
|
|
|
|
|
set(TESTSUITE_HEADERS
|
|
${TESTSUITE_HEADERS}
|
|
PARENT_SCOPE
|
|
)
|