summaryrefslogtreecommitdiff
path: root/tests/Makefile.sources
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2016-01-27 13:08:35 +0000
committerChris Wilson <chris@chris-wilson.co.uk>2016-01-27 14:47:00 +0000
commit01acd70762a17df2f889d4b6a4161c3540a8ce00 (patch)
tree43246ae1547487a65621bd2aaa9a931873ad3971 /tests/Makefile.sources
parent04f5215f00962f746c5bd1aa7bdbcaf62280f235 (diff)
igt: Add gem_exec_basic
Extremely basic check that we can dispatch an execbuf on every ring. Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk> Acked-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 3b2ae991..446e5e3e 100644
--- a/tests/Makefile.sources
+++ b/tests/Makefile.sources
@@ -27,6 +27,7 @@ TESTS_progs_M = \
gem_evict_everything \
gem_exec_alignment \
gem_exec_bad_domains \
+ gem_exec_basic \
gem_exec_faulting_reloc \
gem_exec_nop \
gem_exec_params \