mirror of
https://github.com/PX4/PX4-Autopilot.git
synced 2026-05-31 02:16:53 +08:00
tests temporarily disable mavlink tests on nuttx
This commit is contained in:
@@ -93,7 +93,9 @@ const struct {
|
|||||||
/* external tests */
|
/* external tests */
|
||||||
{"commander", commander_tests_main, 0},
|
{"commander", commander_tests_main, 0},
|
||||||
{"controllib", controllib_test_main, 0},
|
{"controllib", controllib_test_main, 0},
|
||||||
|
#ifndef __PX4_NUTTX
|
||||||
{"mavlink", mavlink_tests_main, 0},
|
{"mavlink", mavlink_tests_main, 0},
|
||||||
|
#endif
|
||||||
{"mc_pos_control", mc_pos_control_tests_main, 0},
|
{"mc_pos_control", mc_pos_control_tests_main, 0},
|
||||||
{"sf0x", sf0x_tests_main, 0},
|
{"sf0x", sf0x_tests_main, 0},
|
||||||
{"uorb", uorb_tests_main, 0},
|
{"uorb", uorb_tests_main, 0},
|
||||||
|
|||||||
Reference in New Issue
Block a user