summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorChris Wilson <chris@chris-wilson.co.uk>2016-04-18 10:24:26 +0100
committerChris Wilson <chris@chris-wilson.co.uk>2016-04-18 10:27:17 +0100
commitca4f42ba1748e350a992c72a964a8849dc3b7516 (patch)
tree6feb0926d167ec27b124acb8c830ee173cb34898 /tests
parent7bd2ac6642248fdd865e7b32a1b4f20bda992e27 (diff)
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>
Diffstat (limited to 'tests')
-rw-r--r--tests/Makefile.sources2
-rw-r--r--tests/gem_ctx_param.c (renamed from tests/gem_ctx_param_basic.c)0
2 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.sources b/tests/Makefile.sources
index c52be2c5..41eca0d7 100644
--- a/tests/Makefile.sources
+++ b/tests/Makefile.sources
@@ -24,9 +24,9 @@ TESTS_progs_M = \
gem_concurrent_all \
gem_create \
gem_cs_tlb \
- gem_ctx_param_basic \
gem_ctx_bad_exec \
gem_ctx_exec \
+ gem_ctx_param \
gem_eio \
gem_evict_alignment \
gem_evict_everything \
diff --git a/tests/gem_ctx_param_basic.c b/tests/gem_ctx_param.c
index b75800c7..b75800c7 100644
--- a/tests/gem_ctx_param_basic.c
+++ b/tests/gem_ctx_param.c