mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-27 08:00:20 +00:00
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:
+1
-1
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user