tests/gem_mmap: Convert to subtests

I wanted to write a testcase for gtt mmap access restriction checking
and only noticed after conversion to subtests that this here is for
cpu mmaps ;-)

Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
This commit is contained in:
Daniel Vetter
2013-08-26 10:26:00 +02:00
parent 86f60ee593
commit c2c0efc21a
2 changed files with 41 additions and 34 deletions
+1 -1
View File
@@ -30,6 +30,7 @@ TESTS_progs_M = \
gem_flink \
gem_flink_race \
gem_linear_blits \
gem_mmap \
gem_mmap_gtt \
gem_partial_pwrite_pread \
gem_pread \
@@ -75,7 +76,6 @@ TESTS_progs = \
gem_hangcheck_forcewake \
gem_largeobject \
gem_lut_handle \
gem_mmap \
gem_mmap_offset_exhaustion \
gem_pin \
gem_pipe_control_store_loop \