summaryrefslogtreecommitdiff
path: root/tests/Makefile.am
diff options
context:
space:
mode:
authorDaniel Vetter <daniel.vetter@ffwll.ch>2015-02-11 12:55:38 +0100
committerDaniel Vetter <daniel.vetter@ffwll.ch>2015-02-11 15:37:26 +0100
commit3a6c65c546ccb450890676db6a8c7e93caf69d8a (patch)
tree9c87b88babdb1bf9c6c189e0e5fc567969f6f371 /tests/Makefile.am
parentfd38794344f7211f45cc213344d0f5b9f9f98dd8 (diff)
tests: remove intel-specific tests
These all moved to igt meanwhile. Signed-off-by: Daniel Vetter <daniel.vetter@intel.com>
Diffstat (limited to 'tests/Makefile.am')
-rw-r--r--tests/Makefile.am9
1 files changed, 0 insertions, 9 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index e7ec4fa5..37b8d3a1 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -58,15 +58,6 @@ TESTS = \
SUBDIRS += vbltest $(NULL)
-if HAVE_INTEL
-TESTS += \
- gem_basic \
- gem_flink \
- gem_readwrite \
- gem_mmap \
- $(NULL)
-endif
-
check_PROGRAMS += $(TESTS)
endif