summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
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.am
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.am')
-rw-r--r--tests/Makefile.am2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index b735c742..48d77535 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -14,6 +14,8 @@ if BUILD_VC4
TESTS_progs += $(VC4_TESTS)
endif
+TESTS_progs += $(V3D_TESTS)
+
if HAVE_CHAMELIUM
TESTS_progs += \
kms_chamelium \