remove unintended/leftover changes in test makefile

This commit is contained in:
Thomas Gubler 2015-02-01 12:19:42 +01:00
parent 3b07890361
commit 68e35ef0fd
1 changed files with 2 additions and 1 deletions

View File

@ -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