summaryrefslogtreecommitdiff
path: root/tests/Makefile.sources
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2017-04-26 18:19:46 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2017-04-27 13:39:31 +0100
commit529c0d1ca48b6e71897b57cadfb59b349cc96e6a (patch)
tree519abd8aef5c4a4aac7f8d8c04f205551becfa29 /tests/Makefile.sources
parent83cab8a44282641b50ec24977f23d9ca2867b02f (diff)
Add gem_exec_await
The sole purpose of this test is try and exercise i915_gem_request_await_object() and descendants. In particular, asking whether it is worth adding magic there. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
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 2b6e6ee3..9e598c92 100644
--- a/tests/Makefile.sources
+++ b/tests/Makefile.sources
@@ -40,6 +40,7 @@ TESTS_progs_M = \
gem_evict_everything \
gem_exec_alignment \
gem_exec_async \
+ gem_exec_await \
gem_exec_bad_domains \
gem_exec_basic \
gem_exec_capture \