From: Kristian Høgsberg Date: Fri, 4 Mar 2011 02:35:28 +0000 (-0500) Subject: Build modetest for all chipsets, always build modeprint X-Git-Tag: android-x86-4.4-r1~430 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;ds=sidebyside;h=edd41db37deb21aab5154b94354fe9470fc59cf3;p=android-x86%2Fexternal-libdrm.git Build modetest for all chipsets, always build modeprint --- 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 \