mirror of
https://github.com/opnsense/src.git
synced 2026-02-13 07:44:48 -05:00
21 lines
261 B
Makefile
21 lines
261 B
Makefile
# $FreeBSD$
|
|
|
|
TESTSDIR= ${TESTSBASE}/sys/mqueue
|
|
|
|
ATF_TESTS_SH= mqueue_test
|
|
|
|
BINDIR= ${TESTSDIR}
|
|
|
|
CFLAGS+= -I${SRCTOP}/tests
|
|
|
|
PROGS+= mqtest1
|
|
PROGS+= mqtest2
|
|
#PROGS+= mqtest3
|
|
#PROGS+= mqtest4
|
|
PROGS+= mqtest5
|
|
|
|
LIBADD+= rt
|
|
|
|
WARNS?= 6
|
|
|
|
.include <bsd.test.mk>
|