opnsense-src/tests/sys/mqueue/Makefile
Daniel Eischen 77a498d991 Disable a couple of tests, perhaps temporarily, since they use private
symbols that are not exported from librt.
2015-11-29 06:16:25 +00:00

22 lines
281 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
LDADD+= -lrt
DPADD+= ${LIBRT}
WARNS?= 6
.include <bsd.test.mk>