mirror of
https://git.FreeBSD.org/src.git
synced 2024-12-25 11:37:56 +00:00
42484f6f69
As jhb noted, the actual mmap(2) implementation is under sys/vm, not sys/kern/, so the correct logical place is tests/sys/vm/, not tests/sys/kern/ X-MFC with: r282076 MFC after: 6 days
16 lines
260 B
Makefile
16 lines
260 B
Makefile
# $FreeBSD$
|
|
|
|
TESTSDIR= ${TESTSBASE}/sys/kern
|
|
|
|
ATF_TESTS_C+= kern_descrip_test
|
|
ATF_TESTS_C+= unix_seqpacket_test
|
|
TEST_METADATA.unix_seqpacket_test+= timeout="15"
|
|
|
|
LDADD.unix_seqpacket_test+= -lpthread
|
|
|
|
WARNS?= 5
|
|
|
|
TESTS_SUBDIRS+= execve
|
|
|
|
.include <bsd.test.mk>
|