diff --git a/tests/.gitignore b/tests/.gitignore index 8f7961f2..446e62cc 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 da3e8c49..9cafe4cd 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