lib/tests: check that invalid subtest names are rejected

Signed-off-by: Thomas Wood <thomas.wood@intel.com>
This commit is contained in:
Thomas Wood
2015-01-28 16:49:31 +00:00
parent f0516f3d35
commit 38a0c41340
2 changed files with 33 additions and 0 deletions
+2
View File
@@ -7,6 +7,7 @@ check_PROGRAMS = \
igt_simulation \
igt_simple_test_subtests \
igt_timeout \
igt_invalid_subtest_name \
$(NULL)
check_SCRIPTS = \
@@ -26,4 +27,5 @@ XFAIL_TESTS = \
igt_no_subtest \
igt_simple_test_subtests \
igt_timeout \
igt_invalid_subtest_name \
$(NULL)