Add test-pidfile.c and increase warning level.

This commit is contained in:
Dag-Erling Smørgrav 2009-11-12 01:37:25 +00:00
parent 761ea75d41
commit 2deaa94b6a
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=199214

View File

@ -1,7 +1,7 @@
# $FreeBSD$
TESTS= test-trimdomain test-trimdomain-nodomain test-flopen test-grp
CFLAGS+= -g -Wall -lutil
TESTS= test-trimdomain test-trimdomain-nodomain test-flopen test-grp test-pidfile
CFLAGS+= -g -Wall -Wextra -Werror -lutil
.PHONY: tests
tests: ${TESTS}