Build modetest for all chipsets, always build modeprint
parent
3293eb95ca
commit
edd41db37d
|
@ -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 \
|
||||
|
|
Loading…
Reference in New Issue