mirror of
https://github.com/tiagovignatti/intel-gpu-tools.git
synced 2026-08-26 07:30:17 +00:00
tests/flip_test: use subtest infrastructure
To make the testnames easier to handle in scripts, replace all spaces with dashes. The important part is to not print anything to stdout when enumerating subtests, so protect the timestamp test with the right check. Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
+1
-1
@@ -13,6 +13,7 @@ NOUVEAU_TESTS = \
|
||||
endif
|
||||
|
||||
TESTS_progs_M = \
|
||||
flip_test \
|
||||
$(NULL)
|
||||
|
||||
TESTS_progs = \
|
||||
@@ -81,7 +82,6 @@ TESTS_progs = \
|
||||
drm_vma_limiter_cached \
|
||||
sysfs_rc6_residency \
|
||||
sysfs_rps \
|
||||
flip_test \
|
||||
gem_wait_render_timeout \
|
||||
gem_ctx_create \
|
||||
gem_ctx_bad_destroy \
|
||||
|
||||
Reference in New Issue
Block a user