aboutsummaryrefslogtreecommitdiff
path: root/src/systemcmds/tests/tests.h
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/tests.h
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/tests.h')
-rw-r--r--src/systemcmds/tests/tests.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/systemcmds/tests/tests.h b/src/systemcmds/tests/tests.h
index 69fb0e57b..9d13d50d7 100644
--- a/src/systemcmds/tests/tests.h
+++ b/src/systemcmds/tests/tests.h
@@ -113,6 +113,7 @@ extern int test_rc(int argc, char *argv[]);
extern int test_conv(int argc, char *argv[]);
extern int test_mount(int argc, char *argv[]);
extern int test_mathlib(int argc, char *argv[]);
+extern int test_eigen(int argc, char *argv[]);
__END_DECLS