summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKristian Høgsberg <krh@bitplanet.net>2011-03-03 21:35:28 -0500
committerKristian Høgsberg <krh@bitplanet.net>2011-03-03 21:35:28 -0500
commitedd41db37deb21aab5154b94354fe9470fc59cf3 (patch)
treee486d42243025b5f59911561a7303672d371eaba
parent3293eb95cabc83f5d2282c2890919c07e6af5205 (diff)
Build modetest for all chipsets, always build modeprint
-rw-r--r--tests/Makefile.am13
1 files changed, 2 insertions, 11 deletions
diff --git a/tests/Makefile.am b/tests/Makefile.am
index 01ca8b4b..bf1987f1 100644
--- a/tests/Makefile.am
+++ b/tests/Makefile.am
@@ -10,10 +10,10 @@ check_PROGRAMS = \
dristat \
drmstat
-SUBDIRS =
+SUBDIRS = modeprint
if HAVE_LIBKMS
-SUBDIRS += kmstest
+SUBDIRS += kmstest modetest
endif
if HAVE_LIBUDEV
@@ -47,15 +47,6 @@ TESTS = \
SUBDIRS += vbltest $(NULL)
if HAVE_INTEL
-if HAVE_LIBKMS
-SUBDIRS += \
- modetest
-endif
-
-SUBDIRS += \
- modeprint \
- $(NULL)
-
TESTS += \
gem_basic \
gem_flink \