f8c2cb5284
This test suffers from significant bit-rot (it is designed for operation prior to the NavDataCache), so it is deactivated.
22 lines
340 B
CMake
22 lines
340 B
CMake
# Add each system test category.
|
|
foreach( system_test_category
|
|
FDM
|
|
Instrumentation
|
|
Navaids
|
|
)
|
|
|
|
add_subdirectory(${system_test_category})
|
|
|
|
endforeach( system_test_category )
|
|
|
|
|
|
set(TESTSUITE_SOURCES
|
|
${TESTSUITE_SOURCES}
|
|
PARENT_SCOPE
|
|
)
|
|
|
|
|
|
set(TESTSUITE_HEADERS
|
|
${TESTSUITE_HEADERS}
|
|
PARENT_SCOPE
|
|
)
|