summaryrefslogtreecommitdiff
path: root/tests/Makefile.sources
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.sources
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.sources')
-rw-r--r--tests/Makefile.sources17
1 files changed, 0 insertions, 17 deletions
diff --git a/tests/Makefile.sources b/tests/Makefile.sources
index 2ad63fe8..34b7e445 100644
--- a/tests/Makefile.sources
+++ b/tests/Makefile.sources
@@ -4,23 +4,6 @@ NOUVEAU_TESTS = \
prime_nv_test \
$(NULL)
-VC4_TESTS = \
- vc4_create_bo \
- vc4_dmabuf_poll \
- vc4_lookup_fail \
- vc4_label_bo \
- vc4_purgeable_bo \
- vc4_tiling \
- vc4_wait_bo \
- 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 \