From: Øyvind Kolås Date: Wed, 5 Dec 2018 02:36:50 +0000 (+0100) Subject: build: do tests last, for better make check output X-Git-Tag: archive/raspbian/1%0.1.106-3+rpi1^2~15^2~12^2~18 X-Git-Url: https://dgit.raspbian.org/?a=commitdiff_plain;h=3eea09b6b04092c3e0939d9bee424ff8b940e250;p=babl.git build: do tests last, for better make check output --- diff --git a/Makefile.am b/Makefile.am index ffa9645..4e6cdda 100644 --- a/Makefile.am +++ b/Makefile.am @@ -3,8 +3,8 @@ ACLOCAL_AMFLAGS = -I m4 ${ACLOCAL_FLAGS} SUBDIRS = \ babl \ extensions \ - tests \ - tools + tools \ + tests if ENABLE_DOCS SUBDIRS+= docs