Browse Source

Add missing teest targets for MindPX

sbg
Lorenz Meier 9 years ago
parent
commit
fa421a91e2
  1. 13
      cmake/configs/nuttx_mindpx-v2_default.cmake

13
cmake/configs/nuttx_mindpx-v2_default.cmake

@ -72,9 +72,20 @@ set(config_module_list @@ -72,9 +72,20 @@ set(config_module_list
systemcmds/dumpfile
systemcmds/ver
systemcmds/sd_bench
systemcmds/tests
systemcmds/motor_ramp
#
# Tests
#
drivers/sf0x/sf0x_tests
drivers/test_ppm
modules/commander/commander_tests
modules/controllib_test
modules/mavlink/mavlink_tests
modules/unit_test
modules/uORB/uORB_tests
systemcmds/tests
#
# General system control
#

Loading…
Cancel
Save