build: do tests last, for better make check output
authorØyvind Kolås <pippin@gimp.org>
Wed, 5 Dec 2018 02:36:50 +0000 (03:36 +0100)
committerØyvind Kolås <pippin@gimp.org>
Wed, 5 Dec 2018 02:36:50 +0000 (03:36 +0100)
Makefile.am

index ffa96454c36b1104b31db719a7c4c5a6d0ff7df1..4e6cdda2fd062a815cc5e2a6337bc95c2d91b4e7 100644 (file)
@@ -3,8 +3,8 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS}
 SUBDIRS = \
        babl            \
        extensions      \
-       tests           \
-       tools
+       tools           \
+       tests
 
 if ENABLE_DOCS
 SUBDIRS+= docs