summaryrefslogtreecommitdiff
path: root/Makefile.am
diff options
context:
space:
mode:
authorArthur de Jong <arthur@arthurdejong.org>2011-03-19 15:14:50 +0000
committerArthur de Jong <arthur@arthurdejong.org>2011-03-19 15:14:50 +0000
commit58679f802ca6cdda16cf772e566782b1853213a0 (patch)
tree1caeafee94d2e3a3ccacdd4060b4e755493bf94f /Makefile.am
parentf4930b502a6ea404b0ab1d316584cf1d267e886b (diff)
more tests and general test improvements
git-svn-id: http://arthurdejong.org/svn/nss-pam-ldapd/nss-pam-ldapd@1401 ef36b2f9-881f-0410-afb5-c4e39611909c
Diffstat (limited to 'Makefile.am')
-rw-r--r--Makefile.am2
1 files changed, 1 insertions, 1 deletions
diff --git a/Makefile.am b/Makefile.am
index 3711939..261fb32 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -114,7 +114,7 @@ rats.html:
splint.txt:
-env LARCH_PATH=/usr/share/splint/lib/ \
LCLIMPORTDIR=/usr/share/splint/imports/ \
- splint -checks \
+ splint -checks -mustfreefresh \
-warnposix +showsummary +showalluses +hints -namechecks \
-globstate -predboolint -mustfreeonly -temptrans -kepttrans \
-I. -I$(srcdir) -I$(top_builddir) $(DEFS) -D_REENTRANT -DDEBUG \