aboutsummaryrefslogtreecommitdiff
path: root/apps/px4/tests/tests_main.c
diff options
context:
space:
mode:
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 a4613288f..9604710c5 100644
--- a/apps/px4/tests/tests_main.c
+++ b/apps/px4/tests/tests_main.c
@@ -109,6 +109,7 @@ struct {
{"all", test_all, OPT_NOALLTEST | OPT_NOJIGTEST, 0},
{"jig", test_jig, OPT_NOJIGTEST | OPT_NOALLTEST, 0},
{"param", test_param, 0, 0},
+ {"file", test_file, 0, 0},
{"help", test_help, OPT_NOALLTEST | OPT_NOHELP | OPT_NOJIGTEST, 0},
{NULL, NULL, 0, 0}
};