summaryrefslogtreecommitdiff
path: root/tests/Makefile.sources
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2014-04-24 07:58:09 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2014-04-24 08:06:26 +0100
commit4e93890377fc1b33fbbad29759299634f0eebfa9 (patch)
tree8522b8a42a0929d42d19978519398c4a4e52d99d /tests/Makefile.sources
parent78e4c2b449c6d0a18e2bfaea29f3a0eadb42c5f3 (diff)
Add gem_render_copy_redux
This is an "advanced" form of the the simple gem_render_copy test. Instead of aiming for maximal simplicity to aide debugging of new rendercopy backends, this test aims to exercise the execbuf interface using the render ring. 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 c957ace2..598b3915 100644
--- a/tests/Makefile.sources
+++ b/tests/Makefile.sources
@@ -101,6 +101,7 @@ TESTS_progs = \
gem_pin \
gem_reg_read \
gem_render_copy \
+ gem_render_copy_redux \
gem_render_linear_blits \
gem_render_tiled_blits \
gem_ring_sync_copy \