aboutsummaryrefslogtreecommitdiff
path: root/src/systemcmds/tests/module.mk
diff options
context:
space:
mode:
authorJohan Jansen <jnsn.johan@gmail.com>2015-03-17 13:27:50 +0100
committerJohan Jansen <jnsn.johan@gmail.com>2015-03-17 13:27:50 +0100
commit0be253003725b86a559795be78011aae6f2e41c7 (patch)
tree9d9dff8073640a4243af4561a34a5606f92a6a14 /src/systemcmds/tests/module.mk
parentb3e6d911becc087c26fd4c40a6b2dd5381371e02 (diff)
downloadpx4-firmware-0be253003725b86a559795be78011aae6f2e41c7.tar.gz
px4-firmware-0be253003725b86a559795be78011aae6f2e41c7.tar.bz2
px4-firmware-0be253003725b86a559795be78011aae6f2e41c7.zip
tests: Added test_eigen to verify correctness of eigen calculations
Diffstat (limited to 'src/systemcmds/tests/module.mk')
-rw-r--r--src/systemcmds/tests/module.mk3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/systemcmds/tests/module.mk b/src/systemcmds/tests/module.mk
index 1d728e857..4b7b73ac6 100644
--- a/src/systemcmds/tests/module.mk
+++ b/src/systemcmds/tests/module.mk
@@ -32,7 +32,8 @@ SRCS = test_adc.c \
test_ppm_loopback.c \
test_rc.c \
test_conv.cpp \
- test_mount.c
+ test_mount.c \
+ test_eigen.cpp
EXTRACXXFLAGS = -Wframe-larger-than=2500 -Wno-float-equal -Wno-double-promotion