summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2017-03-08 12:22:13 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2017-03-08 12:23:55 +0000
commit28a2f14956f7672e303fed1f9ec85cade7bd7a56 (patch)
tree32f7178ec125f16ac4f96f8d942f77088749c0c3 /tests
parent5e8fb77026d2a0d172b39a7bede0ce735f99d8f2 (diff)
igt/gem_eio: Check we succeed in unwedging the driver
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'tests')
-rw-r--r--tests/gem_eio.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/gem_eio.c b/tests/gem_eio.c
index 22fcf439..d9e68657 100644
--- a/tests/gem_eio.c
+++ b/tests/gem_eio.c
@@ -228,6 +228,7 @@ igt_main
igt_fixture {
fd = drm_open_driver(DRIVER_INTEL);
+ igt_require_gem(fd);
igt_require_hang_ring(fd, I915_EXEC_DEFAULT);
}