diff options
author | Daniel Vetter <daniel.vetter@ffwll.ch> | 2012-12-15 00:48:47 +0100 |
---|---|---|
committer | Daniel Vetter <daniel.vetter@ffwll.ch> | 2012-12-17 15:30:53 +0100 |
commit | acdf7171264a5139caabb78127c9eef5080c0682 (patch) | |
tree | 96ec8f4619bdb7bef2f844c80e416342a7dabd9c | |
parent | f56384c2c0264989acae7b8c7efb5030a6c94caf (diff) |
tests: s/flip_test/kms_flip
OCD wins!
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
-rw-r--r-- | tests/.gitignore | 2 | ||||
-rw-r--r-- | tests/Makefile.am | 4 | ||||
-rw-r--r-- | tests/kms_flip.c (renamed from tests/flip_test.c) | 0 |
3 files changed, 3 insertions, 3 deletions
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 index e05efb1..e05efb1 100644 --- a/tests/flip_test.c +++ b/tests/kms_flip.c |