tests/gem_readwrite: convert to subtests

A bit lazy since the read/write tests are all smashed together. But
since we have really evil partial write/read tests for coherency
checking that doesn't matter that much really.

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Daniel Vetter
2013-08-13 12:45:14 +02:00
parent ef9e64577d
commit 907377da0e
2 changed files with 47 additions and 36 deletions
+1 -1
View File
@@ -36,6 +36,7 @@ TESTS_progs_M = \
gem_prw_concurrent_blit \
gem_pwrite \
gem_pwrite_pread \
gem_readwrite \
gem_ringfill \
gem_set_tiling_vs_blt \
gem_suspend \
@@ -76,7 +77,6 @@ TESTS_progs = \
gem_mmap_offset_exhaustion \
gem_pin \
gem_pipe_control_store_loop \
gem_readwrite \
gem_reg_read \
gem_reloc_overflow \
gem_reloc_vs_gpu \