summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorngie <ngie@FreeBSD.org>2017-02-04 16:29:23 +0000
committerngie <ngie@FreeBSD.org>2017-02-04 16:29:23 +0000
commitf821816c60a592cfb24d16f7f62cf4341160cb6b (patch)
tree5b2e65cce0ccd8d7c3d7d3142cc264ad85b56659 /tests
parent42f9d9b78694ed5fb7a8ab0a8c34ddc4e1af4e66 (diff)
downloadFreeBSD-src-f821816c60a592cfb24d16f7f62cf4341160cb6b.zip
FreeBSD-src-f821816c60a592cfb24d16f7f62cf4341160cb6b.tar.gz
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
Diffstat (limited to 'tests')
-rw-r--r--tests/sys/Makefile.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/sys/Makefile.inc b/tests/sys/Makefile.inc
new file mode 100644
index 0000000..f341842
--- /dev/null
+++ b/tests/sys/Makefile.inc
@@ -0,0 +1,3 @@
+# $FreeBSD$
+
+WARNS?= 6
OpenPOWER on IntegriCloud