tests/gem_cpu_concurrent_blt: convert to subtest infrastructure

Small changes to avoid expensive setup just to print out the subtest
list, and setting up the source buffers such that "early-read" works
without having run "overwrite-soure" right beforehand.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Daniel Vetter
2012-11-28 12:00:33 +01:00
parent 792a05a0a1
commit 4f6ab180a1
2 changed files with 36 additions and 24 deletions
+1 -1
View File
@@ -15,6 +15,7 @@ endif
TESTS_progs_M = \
gem_basic \
gem_cacheing \
gem_cpu_concurrent_blit \
flip_test \
$(NULL)
@@ -22,7 +23,6 @@ TESTS_progs = \
getversion \
getclient \
getstats \
gem_cpu_concurrent_blit \
gem_cs_tlb \
gem_gtt_concurrent_blit \
gem_exec_nop \