mirror of
https://github.com/opnsense/src.git
synced 2026-05-28 04:12:45 -04:00
Integrate contrib/netbsd-tests/kernel/t_mqueue into the FreeBSD test
suite as tests/sys/kern/mqueue_test MFC after: 1 week
This commit is contained in:
parent
467afe7b9a
commit
0981c67bd8
1 changed files with 5 additions and 0 deletions
|
|
@ -14,6 +14,11 @@ LDADD.ptrace_test+= -lpthread
|
|||
LDADD.unix_seqpacket_test+= -lpthread
|
||||
|
||||
NETBSD_ATF_TESTS_C+= lockf_test
|
||||
NETBSD_ATF_TESTS_C+= mqueue_test
|
||||
|
||||
CFLAGS.mqueue_test+= -I${SRCTOP}/tests
|
||||
DPADD.mqueue_test+= ${LIBRT}
|
||||
LDADD.mqueue_test+= -lrt
|
||||
|
||||
WARNS?= 5
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue