summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2019-01-23 13:49:01 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2019-01-29 11:10:58 +0100
commit998e0a4aedf10fb5f7c271018cd80d874668bf55 (patch)
tree6fb434d79be03b70a463cdcf2da9779a166b6931 /tests/Makefile.am
parent434af38f8d19c61fdcfa611644c29dbe73f9f3a9 (diff)
automake: Remove VC4/V3D build support
Eric is using meson nowadays. v2: Fix up the test filter, meson lists now contain more than in the automake lists. Cc: Eric Anholt <eric@anholt.net> Reviewed-by: Eric Anholt <eric@anholt.net> Acked-by: Petri Latvala <petri.latvala@intel.com> Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am6
1 files changed, 0 insertions, 6 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 2f399ce3..2e0d1f85 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -10,12 +10,6 @@ if HAVE_LIBDRM_NOUVEAU
TESTS_progs += $(NOUVEAU_TESTS)
endif
-if BUILD_VC4
- TESTS_progs += $(VC4_TESTS)
-endif
-
-TESTS_progs += $(V3D_TESTS)
-
if HAVE_CHAMELIUM
TESTS_progs += \
kms_chamelium \