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 MFC after: 6 days Tested with: make tinderbox Sponsored by: Dell EMC Isilon
This commit is contained in:
parent
baf6d891be
commit
cbdccfd094
3
tests/sys/fs/Makefile.inc
Normal file
3
tests/sys/fs/Makefile.inc
Normal file
@ -0,0 +1,3 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.include "../Makefile.inc"
|
3
tests/sys/kern/Makefile.inc
Normal file
3
tests/sys/kern/Makefile.inc
Normal file
@ -0,0 +1,3 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.include "../Makefile.inc"
|
3
tests/sys/kqueue/Makefile.inc
Normal file
3
tests/sys/kqueue/Makefile.inc
Normal file
@ -0,0 +1,3 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.include "../Makefile.inc"
|
3
tests/sys/mac/Makefile.inc
Normal file
3
tests/sys/mac/Makefile.inc
Normal file
@ -0,0 +1,3 @@
|
||||
# $FreeBSD$
|
||||
|
||||
.include "../Makefile.inc"
|
Loading…
Reference in New Issue
Block a user