From fa421a91e266b79daf2b0149bce3e79181f0f8cb Mon Sep 17 00:00:00 2001 From: Lorenz Meier Date: Fri, 29 Jul 2016 14:10:44 +0200 Subject: [PATCH] Add missing teest targets for MindPX --- cmake/configs/nuttx_mindpx-v2_default.cmake | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/cmake/configs/nuttx_mindpx-v2_default.cmake b/cmake/configs/nuttx_mindpx-v2_default.cmake index f24a614b92..41c9d32df8 100644 --- a/cmake/configs/nuttx_mindpx-v2_default.cmake +++ b/cmake/configs/nuttx_mindpx-v2_default.cmake @@ -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 #