summaryrefslogtreecommitdiff
path: root/tests/Makefile.sources
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/Makefile.sources
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/Makefile.sources')
-rw-r--r--tests/Makefile.sources6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/Makefile.sources b/tests/Makefile.sources
index 5620c1d6..eedde1e8 100644
--- a/tests/Makefile.sources
+++ b/tests/Makefile.sources
@@ -15,6 +15,12 @@ VC4_TESTS = \
vc4_wait_seqno \
$(NULL)
+V3D_TESTS = \
+ v3d_get_bo_offset \
+ v3d_get_param \
+ v3d_mmap \
+ $(NULL)
+
AMDGPU_TESTS = \
amdgpu/amd_basic \
amdgpu/amd_cs_nop \