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}
_______________________________________________
svn-src-all@freebsd.org mailing list
http://lists.freebsd.org/mailman/listinfo/svn-src-all
To unsubscribe, send any mail to "svn-src-all-unsubscr...@freebsd.org"

Reply via email to