summaryrefslogtreecommitdiff
path: root/tests/Makefile.sources
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2017-06-22 13:12:36 -0700
committerEric Anholt <eric@anholt.net>2017-11-21 10:01:03 -0800
commit4251f2fffa63b82a2715ad83eedba00c65f71f95 (patch)
tree898d31a08c875992261d8177d379b4c4cc919e3b /tests/Makefile.sources
parent02a0a9ce9720337cf55b69531cf081d36118ffca (diff)
igt/vc4-label: Test setting labels of BOs.
So far this test is basically making sure that we throw appropriate errors, and don't oops the kernel with silly inputs. v2: Add to meson build. Signed-off-by: Eric Anholt <eric@anholt.net> Acked-by: Arkadiusz Hiler <arkadiusz.hiler@intel.com>
Diffstat (limited to 'tests/Makefile.sources')
-rw-r--r--tests/Makefile.sources1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/Makefile.sources b/tests/Makefile.sources
index 320eb896..e03d8235 100644
--- a/tests/Makefile.sources
+++ b/tests/Makefile.sources
@@ -8,6 +8,7 @@ VC4_TESTS = \
vc4_create_bo \
vc4_dmabuf_poll \
vc4_lookup_fail \
+ vc4_label_bo \
vc4_tiling \
vc4_wait_bo \
vc4_wait_seqno \