summaryrefslogtreecommitdiff
path: root/tests/drv_hangman.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/drv_hangman.c')
-rw-r--r--tests/drv_hangman.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/drv_hangman.c b/tests/drv_hangman.c
index cafdf4c1..ca6c7c1e 100644
--- a/tests/drv_hangman.c
+++ b/tests/drv_hangman.c
@@ -242,6 +242,7 @@ igt_main
int idx;
device = drm_open_driver(DRIVER_INTEL);
+ igt_require_gem(device);
sysfs = igt_sysfs_open(device, &idx);
igt_assert(sysfs != -1);
}