mirror of
https://github.com/opnsense/src.git
synced 2026-03-02 05:13:58 -05:00
Reviewed by: emaste, ngie Sponsored by: The FreeBSD Foundation Differential revision: https://reviews.freebsd.org/D3925
18 lines
344 B
Makefile
18 lines
344 B
Makefile
# $FreeBSD$
|
|
|
|
TESTSDIR= ${TESTSBASE}/sys/kern
|
|
|
|
ATF_TESTS_C+= kern_copyin
|
|
ATF_TESTS_C+= kern_descrip_test
|
|
ATF_TESTS_C+= ptrace_test
|
|
ATF_TESTS_C+= unix_seqpacket_test
|
|
TEST_METADATA.unix_seqpacket_test+= timeout="15"
|
|
|
|
LDADD.ptrace_test+= -lpthread
|
|
LDADD.unix_seqpacket_test+= -lpthread
|
|
|
|
WARNS?= 5
|
|
|
|
TESTS_SUBDIRS+= execve
|
|
|
|
.include <bsd.test.mk>
|