lib: add more self-tests around the igt_exit checks.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Daniel Vetter
2013-11-01 18:29:33 +01:00
parent e14596a6d0
commit 0b51de8dd0
4 changed files with 88 additions and 0 deletions
+7
View File
@@ -159,6 +159,8 @@ kernel_tests = \
$(NULL)
TESTS_testsuite = \
igt_no_exit \
igt_no_exit_list_only \
igt_fork_helper \
igt_list_only \
$(NULL)
@@ -167,6 +169,11 @@ TESTS = \
$(TESTS_testsuite) \
$(NULL)
XFAIL_TESTS = \
igt_no_exit \
igt_no_exit_list_only \
$(NULL)
list-single-tests:
@echo TESTLIST
@echo ${single_kernel_tests}