1
0
Fork 0
flightgear/test_suite/system_tests/CMakeLists.txt
Edward d'Auvergne f8c2cb5284 TestSuite: Migration of the old Navaids tests to the CppUnit framework.
This test suffers from significant bit-rot (it is designed for operation prior
to the NavDataCache), so it is deactivated.
2018-07-26 15:52:07 +02:00

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
)