diff options
Diffstat (limited to 'tests/gem_caching.c')
-rw-r--r-- | tests/gem_caching.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/gem_caching.c b/tests/gem_caching.c index 2ef364d5..7a9f03aa 100644 --- a/tests/gem_caching.c +++ b/tests/gem_caching.c @@ -116,6 +116,7 @@ igt_main fd = drm_open_driver(DRIVER_INTEL); + igt_require_gem(fd); gem_require_caching(fd); devid = intel_get_drm_devid(fd); |