1
0
Fork 0
flightgear/test_suite/system_tests/CMakeLists.txt
James Turner 548b9d8bc0 System test for Options
Test various combinations of aircraft-dir, aircraft and fg-aircraft
options.
2021-01-24 15:01:45 +00:00

23 lines
353 B
CMake

# Add each system test category.
foreach( system_test_category
FDM
Instrumentation
Navaids
Main
)
add_subdirectory(${system_test_category})
endforeach( system_test_category )
set(TESTSUITE_SOURCES
${TESTSUITE_SOURCES}
PARENT_SCOPE
)
set(TESTSUITE_HEADERS
${TESTSUITE_HEADERS}
PARENT_SCOPE
)