Message ID | 1502354682-28626-5-git-send-email-petri.latvala@intel.com (mailing list archive) |
---|---|
State | New, archived |
Headers | show |
diff --git a/tests/testdisplay.c b/tests/testdisplay.c index f2a41fa..85b118f 100644 --- a/tests/testdisplay.c +++ b/tests/testdisplay.c @@ -623,6 +623,8 @@ int main(int argc, char **argv) struct option long_opts[] = { {"list-subtests", 0, 0, SUBTEST_OPTS}, {"run-subtest", 1, 0, SUBTEST_OPTS}, + {"document-all-subtests", 0, 0, SUBTEST_OPTS}, + {"document-subtest", 1, 0, SUBTEST_OPTS}, {"help-description", 0, 0, HELP_DESCRIPTION}, {"help", 0, 0, 'h'}, {"yb", 0, 0, Yb_OPT},
testdisplay has no subtests so hook them to existing subtest handling. Signed-off-by: Petri Latvala <petri.latvala@intel.com> --- TODO: Make testdisplay use igt_simple_init_parse_opts... tests/testdisplay.c | 2 ++ 1 file changed, 2 insertions(+)