mirror of
https://github.com/opnsense/src.git
synced 2026-06-09 00:32:25 -04:00
Integrate tools/regression/mmap into the FreeBSD test suite as
tests/sys/kern/mmap_test MFC after: 1 week
This commit is contained in:
parent
fce04f6ee5
commit
65221ed42e
3 changed files with 1 additions and 6 deletions
|
|
@ -3,6 +3,7 @@
|
|||
TESTSDIR= ${TESTSBASE}/sys/kern
|
||||
|
||||
ATF_TESTS_C+= kern_descrip_test
|
||||
TAP_TESTS_C+= mmap_test
|
||||
ATF_TESTS_C+= unix_seqpacket_test
|
||||
TEST_METADATA.unix_seqpacket_test+= timeout="15"
|
||||
|
||||
|
|
|
|||
|
|
@ -1,6 +0,0 @@
|
|||
# $FreeBSD$
|
||||
|
||||
PROG= mmap
|
||||
MAN=
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
Loading…
Reference in a new issue