summaryrefslogtreecommitdiff
path: root/tests/Makefile.sources
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2014-06-12 09:05:55 +0200
committerDaniel Vetter <daniel.vetter@ffwll.ch>2014-06-12 09:12:06 +0200
commite10c9a730d840d4e1867374e41a58f97d6086371 (patch)
treebead88094a9828bfd1f848e3e1a837d54990f4f1 /tests/Makefile.sources
parent618aca1fb9649012910acbaa79a917ff4f3ff19b (diff)
tests/gem_fence_upload: Fix test wrapper
- tests with subtests need to be in the _M target for correct enumeration. - No need for igt_exit when using the igt_(simple_)main wrappers. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
Diffstat (limited to 'tests/Makefile.sources')
-rw-r--r--tests/Makefile.sources2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.sources b/tests/Makefile.sources
index 520566b3..b91b2b49 100644
--- a/tests/Makefile.sources
+++ b/tests/Makefile.sources
@@ -36,6 +36,7 @@ TESTS_progs_M = \
gem_exec_parse \
gem_fenced_exec_thrash \
gem_fence_thrash \
+ gem_fence_upload \
gem_flink \
gem_flink_race \
gem_linear_blits \
@@ -96,7 +97,6 @@ TESTS_progs = \
gem_exec_blt \
gem_exec_lut_handle \
gem_fd_exhaustion \
- gem_fence_upload \
gem_gtt_cpu_tlb \
gem_gtt_hog \
gem_gtt_speed \