summaryrefslogtreecommitdiff
path: root/tests/Makefile.sources
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2017-08-22 12:10:41 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2017-08-29 09:43:37 +0200
commitbf45d253648250fc402eee02237366c8882b2053 (patch)
tree77827c93636587dd3f0b4d6dcb8a00851cf80389 /tests/Makefile.sources
parentd937dd7997059bc2801095ffb0c50f646da1ab01 (diff)
igt: Add gem_close
What transpired recently was that we allow a single process to create multiple handles to the same VMA (which I broke). Make sure we test! References: https://bugs.freedesktop.org/show_bug.cgi?id=102355 Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Reviewed-by: MichaƂ Winiarski <michal.winiarski@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'tests/Makefile.sources')
-rw-r--r--tests/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.sources b/tests/Makefile.sources
index bb013c78..0f4e39af 100644
--- a/tests/Makefile.sources
+++ b/tests/Makefile.sources
@@ -45,6 +45,7 @@ TESTS_progs = \
gem_basic \
gem_busy \
gem_caching \
+ gem_close \
gem_close_race \
gem_concurrent_blit \
gem_cpu_reloc \