summaryrefslogtreecommitdiff
path: root/tests/meson.build
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/meson.build
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/meson.build')
-rw-r--r--tests/meson.build1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/meson.build b/tests/meson.build
index 8c33561e..5af4e515 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -215,6 +215,7 @@ test_progs = [
'tools_test',
'vc4_create_bo',
'vc4_dmabuf_poll',
+ 'vc4_label_bo',
'vc4_lookup_fail',
'vc4_tiling',
'vc4_wait_bo',