summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2011-12-04 12:08:59 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2011-12-04 12:08:59 +0100
commitad6be1f0c913c5b9b5bb93d1c56390ac2b0c62ea (patch)
treea4ee7116d6e246acba8326ef26c8d512a6addb93 /tests/Makefile.am
parent224d4d22f069782c3a83a06ec97bbc58932db3d8 (diff)
tests: add gem_reloc_vs_gpu
Tests whether the kernel properly waits for the gpu before applying a reloc. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
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 c38a2cd2..a0935bd8 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -54,6 +54,7 @@ TESTS_progs = \
gem_ring_sync_loop \
gem_pipe_control_store_loop \
gem_unref_active_buffers \
+ gem_reloc_vs_gpu \
$(NULL)
TESTS_scripts = \