1
0
Fork 0
flightgear/test_suite/unit_tests/CMakeLists.txt
James Turner d1fc4b58cb Start creating tests of AIModel code
First test just creates the manager, and ensures the user aircraft
updates in sync with the real aircraft.
2020-09-03 17:51:40 +01:00

28 lines
420 B
CMake

# Add each unit test category.
foreach( unit_test_category
Add-ons
general
FDM
Input
Main
Navaids
Instrumentation
Scripting
AI
)
add_subdirectory(${unit_test_category})
endforeach( unit_test_category )
set(TESTSUITE_SOURCES
${TESTSUITE_SOURCES}
PARENT_SCOPE
)
set(TESTSUITE_HEADERS
${TESTSUITE_HEADERS}
PARENT_SCOPE
)