mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 08:43:19 -04:00
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
0a57eb32ad
commit
4944940b4e
4 changed files with 12 additions and 0 deletions
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 a new issue