Build modetest for all chipsets, always build modeprint

main
Kristian Høgsberg 2011-03-03 21:35:28 -05:00
parent 3293eb95ca
commit edd41db37d
1 changed files with 2 additions and 11 deletions

View 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 \