aboutsummaryrefslogtreecommitdiff
path: root/makefiles
diff options
context:
space:
mode:
authorDon Gagne <don@thegagnes.com>2014-09-02 15:32:33 -0700
committerDon Gagne <don@thegagnes.com>2014-09-02 15:32:33 -0700
commit81275e624e87d5cbb10535ffa2fcc2adbccc793f (patch)
treedcf34f1d1bdc63428753d54cebc7268fac17c24f /makefiles
parent7db57310d5cdd7295da6c919dafa92d3831296db (diff)
downloadpx4-firmware-81275e624e87d5cbb10535ffa2fcc2adbccc793f.tar.gz
px4-firmware-81275e624e87d5cbb10535ffa2fcc2adbccc793f.tar.bz2
px4-firmware-81275e624e87d5cbb10535ffa2fcc2adbccc793f.zip
Added mavlink_ftp unit test
Diffstat (limited to 'makefiles')
-rw-r--r--makefiles/config_px4fmu-v2_test.mk3
1 files changed, 3 insertions, 0 deletions
diff --git a/makefiles/config_px4fmu-v2_test.mk b/makefiles/config_px4fmu-v2_test.mk
index 932f92261..a41670a77 100644
--- a/makefiles/config_px4fmu-v2_test.mk
+++ b/makefiles/config_px4fmu-v2_test.mk
@@ -54,6 +54,9 @@ MODULES += lib/conversion
#
LIBRARIES += lib/mathlib/CMSIS
+MODULES += modules/unit_test
+MODULES += modules/mavlink/mavlink_tests
+
#
# Transitional support - add commands from the NuttX export archive.
#