summaryrefslogtreecommitdiff
path: root/tests/Makefile.sources
diff options
context:
space:
mode:
authorJesse Barnes <jbarnes@virtuousgeek.org>2015-08-13 13:12:06 -0700
committerJesse Barnes <jbarnes@virtuousgeek.org>2015-08-14 09:27:33 -0700
commitec4b76872d232faa7846e7c201e7fcfc98c682a9 (patch)
treeb5928a87e624331075a637101ef7098559ff7033 /tests/Makefile.sources
parent503420944d7359ea280f6445186bedcdfaceb698 (diff)
tests/kms_addfb: mark simple fb creation tests as basic v2
We should always be able to create simple and tiled objects. v2: make the whole test basic (Daniel) add to .gitignore Reviewed-by: Daniel Vetter <daniel@ffwll.ch> Signed-off-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Diffstat (limited to 'tests/Makefile.sources')
-rw-r--r--tests/Makefile.sources2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Makefile.sources b/tests/Makefile.sources
index 4296829a..ef69299f 100644
--- a/tests/Makefile.sources
+++ b/tests/Makefile.sources
@@ -62,7 +62,7 @@ TESTS_progs_M = \
gem_tiled_partial_pwrite_pread \
gem_userptr_blits \
gem_write_read_ring_switch \
- kms_addfb \
+ kms_addfb_basic \
kms_cursor_crc \
kms_draw_crc \
kms_fbc_crc \