aboutsummaryrefslogtreecommitdiff
path: root/makefiles
diff options
context:
space:
mode:
authorThomas Gubler <thomasgubler@gmail.com>2015-02-01 12:19:42 +0100
committerThomas Gubler <thomasgubler@gmail.com>2015-02-01 12:19:42 +0100
commit68e35ef0fd05504a42ed802f2a744dc253a6f747 (patch)
treede5004e6375fea1d7dc7f6a0650c6e1c6a94c354 /makefiles
parent3b07890361d56ce80d881e3969ff097b5cd96af4 (diff)
downloadpx4-firmware-68e35ef0fd05504a42ed802f2a744dc253a6f747.tar.gz
px4-firmware-68e35ef0fd05504a42ed802f2a744dc253a6f747.tar.bz2
px4-firmware-68e35ef0fd05504a42ed802f2a744dc253a6f747.zip
remove unintended/leftover changes in test makefile
Diffstat (limited to 'makefiles')
-rw-r--r--makefiles/config_px4fmu-v2_test.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/makefiles/config_px4fmu-v2_test.mk b/makefiles/config_px4fmu-v2_test.mk
index af80cae8f..c360f722b 100644
--- a/makefiles/config_px4fmu-v2_test.mk
+++ b/makefiles/config_px4fmu-v2_test.mk
@@ -66,10 +66,10 @@ MODULES += examples/publisher
MODULES += modules/systemlib
MODULES += modules/systemlib/mixer
MODULES += modules/uORB
+LIBRARIES += lib/mathlib/CMSIS
MODULES += lib/mathlib
MODULES += lib/mathlib/math/filter
MODULES += lib/conversion
-LIBRARIES += lib/mathlib/CMSIS
MODULES += platforms/nuttx
#
@@ -92,6 +92,7 @@ MODULES += drivers/pca8574
#
# Tests
#
+
MODULES += modules/unit_test
MODULES += modules/mavlink/mavlink_tests
MODULES += modules/commander/commander_tests