From 66ad61afd5711f452099fddef6d95afd15e0e152 Mon Sep 17 00:00:00 2001 From: des Date: Thu, 12 Nov 2009 01:37:25 +0000 Subject: Add test-pidfile.c and increase warning level. --- tools/regression/lib/libutil/Makefile | 4 ++-- 1 file 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} -- cgit v1.1