tests/gem_cs_tlb: convert to subtests

Again required a bit of shuffling to avoid expensive setup and some
logic to properly handling 'skip' when only running a subtest.

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