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
This commit is contained in:
parent
2baadb71ee
commit
d7708b3ae5
1 changed files with 3 additions and 1 deletions
|
@ -2,12 +2,14 @@
|
||||||
|
|
||||||
ACLOCAL_AMFLAGS = -I m4
|
ACLOCAL_AMFLAGS = -I m4
|
||||||
|
|
||||||
SUBDIRS = lib bin modules include t
|
SUBDIRS = lib bin modules include
|
||||||
|
|
||||||
if WITH_DOC
|
if WITH_DOC
|
||||||
SUBDIRS += doc
|
SUBDIRS += doc
|
||||||
endif
|
endif
|
||||||
|
|
||||||
|
SUBDIRS += t
|
||||||
|
|
||||||
EXTRA_DIST = \
|
EXTRA_DIST = \
|
||||||
CREDITS \
|
CREDITS \
|
||||||
HISTORY \
|
HISTORY \
|
||||||
|
|
Loading…
Reference in a new issue