From 2deaa94b6a986e3beff37ca893a200dc9d01b531 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dag-Erling=20Sm=C3=B8rgrav?= Date: Thu, 12 Nov 2009 01:37:25 +0000 Subject: [PATCH] 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 74972fde555c..6fc97aaa4252 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}