summaryrefslogtreecommitdiffstats
path: root/tests/sys/mqueue/Makefile
blob: 952cb672fe316d7c828eda4c366d6cda65b0f40d (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