diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2017-04-27 09:16:53 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2017-04-27 09:28:10 +0100 |
commit | 1a61cf4da0490d3a41793afa2f70833fcfed5195 (patch) | |
tree | fe56e35c8de18efa601f9c89985c7868b5a00378 | |
parent | 18909982c3a1b4987bc5befc8dfb9670b9ca5466 (diff) |
igt/gem_render_linear_blits: Add missing igt_require_gem()
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
-rw-r--r-- | tests/gem_render_linear_blits.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/gem_render_linear_blits.c b/tests/gem_render_linear_blits.c index 1548ee91..5fc8cc5e 100644 --- a/tests/gem_render_linear_blits.c +++ b/tests/gem_render_linear_blits.c @@ -188,6 +188,7 @@ igt_main igt_fixture { fd = drm_open_driver(DRIVER_INTEL); + igt_require_gem(fd); } igt_subtest("basic") { |