From ca4f42ba1748e350a992c72a964a8849dc3b7516 Mon Sep 17 00:00:00 2001 From: Chris Wilson Date: Mon, 18 Apr 2016 10:24:26 +0100 Subject: [PATCH] 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 --- tests/Makefile.sources | 2 +- tests/{gem_ctx_param_basic.c => gem_ctx_param.c} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename tests/{gem_ctx_param_basic.c => gem_ctx_param.c} (100%) 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 similarity index 100% rename from tests/gem_ctx_param_basic.c rename to tests/gem_ctx_param.c