Integrate tools/regression/mmap into the FreeBSD test suite as

tests/sys/kern/mmap_test

MFC after: 1 week
This commit is contained in:
Enji Cooper 2015-04-27 09:06:27 +00:00
parent fce04f6ee5
commit 65221ed42e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=282076
3 changed files with 1 additions and 6 deletions

View File

@ -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"

View File

@ -1,6 +0,0 @@
# $FreeBSD$
PROG= mmap
MAN=
.include <bsd.prog.mk>