aboutsummaryrefslogtreecommitdiff
path: root/apps/px4/tests/tests_main.c
diff options
context:
space:
mode:
authorpx4dev <px4@purgatory.org>2012-08-18 22:04:32 -0700
committerpx4dev <px4@purgatory.org>2012-08-19 01:31:26 -0700
commitd91f5f3dd7d80b690956d02807aa74253aebe19c (patch)
tree01ebae3626826e7504ab04caa83448487752ac62 /apps/px4/tests/tests_main.c
parentcd8a085e00a546b36b8b5a5bae125350008cf8a0 (diff)
downloadpx4-firmware-d91f5f3dd7d80b690956d02807aa74253aebe19c.tar.gz
px4-firmware-d91f5f3dd7d80b690956d02807aa74253aebe19c.tar.bz2
px4-firmware-d91f5f3dd7d80b690956d02807aa74253aebe19c.zip
The beginnings of a new parameter system.
Diffstat (limited to 'apps/px4/tests/tests_main.c')
-rw-r--r--apps/px4/tests/tests_main.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/apps/px4/tests/tests_main.c b/apps/px4/tests/tests_main.c
index 268e7d5f9..a4613288f 100644
--- a/apps/px4/tests/tests_main.c
+++ b/apps/px4/tests/tests_main.c
@@ -108,6 +108,7 @@ struct {
{"perf", test_perf, OPT_NOJIGTEST, 0},
{"all", test_all, OPT_NOALLTEST | OPT_NOJIGTEST, 0},
{"jig", test_jig, OPT_NOJIGTEST | OPT_NOALLTEST, 0},
+ {"param", test_param, 0, 0},
{"help", test_help, OPT_NOALLTEST | OPT_NOHELP | OPT_NOJIGTEST, 0},
{NULL, NULL, 0, 0}
};