summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2013-10-28 09:10:46 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2013-10-28 09:13:09 +0000
commit90ecf062d10a3ed1bb08cb887aea78b385072584 (patch)
tree30d0715e6f4cab83e8a483168e273269d2f51f70 /tests/Makefile.am
parent37c02cfa5c4ff2fa6dd833efdcf880416139d096 (diff)
tests: Add gem_close_race
The intention is to exercise #70784. Yet the first challenge is make the test suite happy.
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 99d7b7ad..e9e37a63 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -68,6 +68,7 @@ TESTS_progs = \
drm_vma_limiter_cpu \
drm_vma_limiter_gtt \
gem_bad_length \
+ gem_close_race \
gem_cpu_reloc \
gem_cs_prefetch \
gem_ctx_bad_destroy \