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
This commit is contained in:
Enji Cooper 2017-02-04 16:29:23 +00:00
parent d1d4d810d4
commit 168f8a992f
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/stable/10/; revision=313218

3
tests/sys/Makefile.inc Normal file
View File

@ -0,0 +1,3 @@
# $FreeBSD$
WARNS?= 6