summaryrefslogtreecommitdiffstats
path: root/tests/sys/mqueue/Makefile
blob: 63741d26b77e6d8e6f9168f6b4cee329f25c0edf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# $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

LDADD+=		-lrt
DPADD+=		${LIBRT}

WARNS?=		6

.include <bsd.test.mk>
OpenPOWER on IntegriCloud