From acdf7171264a5139caabb78127c9eef5080c0682 Mon Sep 17 00:00:00 2001 From: Daniel Vetter Date: Sat, 15 Dec 2012 00:48:47 +0100 Subject: [PATCH] tests: s/flip_test/kms_flip OCD wins! Signed-off-by: Daniel Vetter --- tests/.gitignore | 2 +- tests/Makefile.am | 4 ++-- tests/{flip_test.c => kms_flip.c} | 0 3 files changed, 3 insertions(+), 3 deletions(-) rename tests/{flip_test.c => kms_flip.c} (100%) diff --git a/tests/.gitignore b/tests/.gitignore index 8f7961f..446e62c 100644 --- a/tests/.gitignore +++ b/tests/.gitignore @@ -1,4 +1,4 @@ -flip_test +kms_flip drm_vma_limiter drm_vma_limiter_cached drm_vma_limiter_cpu diff --git a/tests/Makefile.am b/tests/Makefile.am index da3e8c4..9cafe4c 100644 --- a/tests/Makefile.am +++ b/tests/Makefile.am @@ -28,8 +28,8 @@ TESTS_progs_M = \ gem_ringfill \ gem_set_tiling_vs_blt \ gem_tiled_partial_pwrite_pread \ - flip_test \ $(NOUVEAU_TESTS_M) \ + kms_flip \ $(NULL) TESTS_progs = \ @@ -180,7 +180,7 @@ gem_fence_thrash_LDADD = $(LDADD) -lpthread gem_threaded_access_tiled_LDADD = $(LDADD) -lpthread gem_wait_render_timeout_LDADD = $(LDADD) -lrt -flip_test_LDADD = $(LDADD) -lrt +kms_flip = $(LDADD) -lrt gem_ctx_basic_LDADD = $(LDADD) -lpthread diff --git a/tests/flip_test.c b/tests/kms_flip.c similarity index 100% rename from tests/flip_test.c rename to tests/kms_flip.c -- 2.7.4