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:
Daniel Vetter
2012-11-27 20:33:15 +01:00
parent 9fc7e1386a
commit c3d5c1292b
2 changed files with 28 additions and 23 deletions
+1 -1
View File
@@ -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 \