pixman: Branch 'master'

Siarhei Siamashka siamashka at kemper.freedesktop.org
Tue Feb 22 09:53:22 PST 2011


 Makefile.am |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 65919ad17fd7b4c6f963690fc78155c7cfe1a51a
Author: Siarhei Siamashka <siarhei.siamashka at nokia.com>
Date:   Tue Feb 22 19:28:08 2011 +0200

    Ensure that tests run as the last step of a build for 'make check'
    
    Previously 'make check' would compile and run tests first, and only
    then proceed to compiling demos. Which is not very convenient
    because of the need to scroll back console output to see the
    tests verdict. Swapping order of SUBDIRS variable entries in
    Makefile.am resolves this.

diff --git a/Makefile.am b/Makefile.am
index 062c58a..f479a66 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,4 +1,4 @@
-SUBDIRS = pixman test demos
+SUBDIRS = pixman demos test
 
 pkgconfigdir=$(libdir)/pkgconfig
 pkgconfig_DATA=pixman-1.pc


More information about the xorg-commit mailing list