5ce8a942bf
The GPS/RNAV system can now fly holds, both left and right-handed. The correct entry is selected, and hold count can be selected. Also there's lots of lovely test cases.
16 lines
483 B
CMake
16 lines
483 B
CMake
set(TESTSUITE_SOURCES
|
|
${TESTSUITE_SOURCES}
|
|
${CMAKE_CURRENT_SOURCE_DIR}/TestSuite.cxx
|
|
${CMAKE_CURRENT_SOURCE_DIR}/test_navRadio.cxx
|
|
${CMAKE_CURRENT_SOURCE_DIR}/test_gps.cxx
|
|
${CMAKE_CURRENT_SOURCE_DIR}/test_hold_controller.cxx
|
|
PARENT_SCOPE
|
|
)
|
|
|
|
set(TESTSUITE_HEADERS
|
|
${TESTSUITE_HEADERS}
|
|
${CMAKE_CURRENT_SOURCE_DIR}/test_navRadio.hxx
|
|
${CMAKE_CURRENT_SOURCE_DIR}/test_gps.hxx
|
|
${CMAKE_CURRENT_SOURCE_DIR}/test_hold_controller.hxx
|
|
PARENT_SCOPE
|
|
)
|