summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordes <des@FreeBSD.org>2009-11-12 01:37:25 +0000
committerdes <des@FreeBSD.org>2009-11-12 01:37:25 +0000
commit66ad61afd5711f452099fddef6d95afd15e0e152 (patch)
tree5f4b0d0ec9453c0b5e2b3260354d87432be7ec45
parent9a695a10851b4eb6f82a24c37a153dc17b64a9b8 (diff)
downloadFreeBSD-src-66ad61afd5711f452099fddef6d95afd15e0e152.zip
FreeBSD-src-66ad61afd5711f452099fddef6d95afd15e0e152.tar.gz
Add test-pidfile.c and increase warning level.
-rw-r--r--tools/regression/lib/libutil/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/tools/regression/lib/libutil/Makefile b/tools/regression/lib/libutil/Makefile
index 74972fd..6fc97aa 100644
--- a/tools/regression/lib/libutil/Makefile
+++ b/tools/regression/lib/libutil/Makefile
@@ -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}
OpenPOWER on IntegriCloud