summaryrefslogtreecommitdiff
path: root/tests/meson.build
diff options
context:
space:
mode:
authorEric Anholt <eric@anholt.net>2017-06-07 13:31:51 -0700
committerEric Anholt <eric@anholt.net>2018-11-27 12:39:17 -0800
commit0a961239c27bfbd60c045e6255b2970d4bf84411 (patch)
tree418f80b2ab7e42e316922ebfd116577c1bacb55e /tests/meson.build
parent51aa13456993d38e7957946880f2695f48679c06 (diff)
v3d_*: Add new tests for the V3D UABI.
These are basic non-rendering tests of the UABI. Signed-off-by: Eric Anholt <eric@anholt.net> Acked-by: Petri Latvala <petri.latvala@intel.com>
Diffstat (limited to 'tests/meson.build')
-rw-r--r--tests/meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/meson.build b/tests/meson.build
index 52f91a22..b8a6e61b 100644
--- a/tests/meson.build
+++ b/tests/meson.build
@@ -79,6 +79,9 @@ test_progs = [
'syncobj_wait',
'template',
'tools_test',
+ 'v3d_get_bo_offset',
+ 'v3d_get_param',
+ 'v3d_mmap',
'vc4_create_bo',
'vc4_dmabuf_poll',
'vc4_label_bo',