From d7708b3ae523fd94b06b4287ab19f605249f198e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Sun, 1 Apr 2012 20:38:30 +0000 Subject: [PATCH] Always build and run the tests last so the results are more easily visible in the scrollback or build log. git-svn-id: svn+ssh://svn.openpam.org/svn/openpam/trunk@549 185d5e19-27fe-0310-9dcf-9bff6b9f3609 --- Makefile.am | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Makefile.am b/Makefile.am index e2348e1..d202cfa 100644 --- a/Makefile.am +++ b/Makefile.am @@ -2,12 +2,14 @@ ACLOCAL_AMFLAGS = -I m4 -SUBDIRS = lib bin modules include t +SUBDIRS = lib bin modules include if WITH_DOC SUBDIRS += doc endif +SUBDIRS += t + EXTRA_DIST = \ CREDITS \ HISTORY \