svn commit: r313218 - stable/10/tests/sys
Ngie Cooper
ngie at FreeBSD.org
Sat Feb 4 16:29:24 UTC 2017
Author: ngie
Date: Sat Feb 4 16:29:23 2017
New Revision: 313218
URL: https://svnweb.freebsd.org/changeset/base/313218
Log:
MFC r312114,r312194:
r312114:
Enable WARNS?= 6 across all of tests/sys
r312194:
Add include Makefiles for tests/sys/{fs,kern,kqueue,mac}/...
The primary goal for doing this is to leverage the work done in r312114
for enabling WARNS to address trivial code quality issues with new tests
Tested with: make tinderbox
Added:
stable/10/tests/sys/Makefile.inc
- copied unchanged from r312114, head/tests/sys/Makefile.inc
Modified:
Directory Properties:
stable/10/ (props changed)
Copied: stable/10/tests/sys/Makefile.inc (from r312114, head/tests/sys/Makefile.inc)
==============================================================================
--- /dev/null 00:00:00 1970 (empty, because file is newly added)
+++ stable/10/tests/sys/Makefile.inc Sat Feb 4 16:29:23 2017 (r313218, copy of r312114, head/tests/sys/Makefile.inc)
@@ -0,0 +1,3 @@
+# $FreeBSD$
+
+WARNS?= 6
More information about the svn-src-stable
mailing list