lib/tests: add a test for igt_set_timeout

Signed-off-by: Thomas Wood <thomas.wood@intel.com>
This commit is contained in:
Thomas Wood
2014-11-07 16:25:59 +00:00
parent 6ee3337b28
commit 34424138bc
3 changed files with 11 additions and 0 deletions
+2
View File
@@ -5,6 +5,7 @@ check_PROGRAMS = \
igt_list_only \
igt_no_subtest \
igt_simulation \
igt_timeout \
$(NULL)
check_SCRIPTS = \
@@ -22,4 +23,5 @@ XFAIL_TESTS = \
igt_no_exit \
igt_no_exit_list_only \
igt_no_subtest \
igt_timeout \
$(NULL)