svn commit: r199214 - head/tools/regression/lib/libutil

Dag-Erling Smorgrav des at FreeBSD.org
Thu Nov 12 01:37:25 UTC 2009


Author: des
Date: Thu Nov 12 01:37:25 2009
New Revision: 199214
URL: http://svn.freebsd.org/changeset/base/199214

Log:
  Add test-pidfile.c and increase warning level.

Modified:
  head/tools/regression/lib/libutil/Makefile

Modified: head/tools/regression/lib/libutil/Makefile
==============================================================================
--- head/tools/regression/lib/libutil/Makefile	Thu Nov 12 01:37:02 2009	(r199213)
+++ head/tools/regression/lib/libutil/Makefile	Thu Nov 12 01:37:25 2009	(r199214)
@@ -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}


More information about the svn-src-head mailing list