igt/gem_ctx_param: Relabel

Checking parameters is not interesting for BAT, it is a simple ABI test
that only provides coverage of the CONTEXT_GETPARAM and CONTEXT_SETPARAM
ioctls, and no deeper.

Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
This commit is contained in:
Chris Wilson 2016-04-18 10:24:26 +01:00
parent 7bd2ac6642
commit ca4f42ba17
2 changed files with 1 additions and 1 deletions

View File

@ -24,9 +24,9 @@ TESTS_progs_M = \
gem_concurrent_all \ gem_concurrent_all \
gem_create \ gem_create \
gem_cs_tlb \ gem_cs_tlb \
gem_ctx_param_basic \
gem_ctx_bad_exec \ gem_ctx_bad_exec \
gem_ctx_exec \ gem_ctx_exec \
gem_ctx_param \
gem_eio \ gem_eio \
gem_evict_alignment \ gem_evict_alignment \
gem_evict_everything \ gem_evict_everything \