OSDN Git Service

Build modetest for all chipsets, always build modeprint
authorKristian Høgsberg <krh@bitplanet.net>
Fri, 4 Mar 2011 02:35:28 +0000 (21:35 -0500)
committerKristian Høgsberg <krh@bitplanet.net>
Fri, 4 Mar 2011 02:35:28 +0000 (21:35 -0500)
tests/Makefile.am

index 01ca8b4..bf1987f 100644 (file)
@@ -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                               \