summaryrefslogtreecommitdiff
path: root/tests/gem_unref_active_buffers.c
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2017-04-08 00:32:57 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2017-04-08 00:34:08 +0100
commitc3268d9a2698c7e91de48600283c701473f4c85d (patch)
treeddae71da987bb1ed66dc97df6c66c65612e04bef /tests/gem_unref_active_buffers.c
parentd7db79d971b8f1bb2177d14718b136789b337d39 (diff)
tests: More require GEM markup
A few more tests that use i915/gem without first checking that the GPU is working. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'tests/gem_unref_active_buffers.c')
-rw-r--r--tests/gem_unref_active_buffers.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/gem_unref_active_buffers.c b/tests/gem_unref_active_buffers.c
index 353b40ae..4fafdd04 100644
--- a/tests/gem_unref_active_buffers.c
+++ b/tests/gem_unref_active_buffers.c
@@ -57,6 +57,7 @@ igt_simple_main
igt_skip_on_simulation();
fd = drm_open_driver(DRIVER_INTEL);
+ igt_require_gem(fd);
bufmgr = drm_intel_bufmgr_gem_init(fd, 4096);
igt_assert(bufmgr);