opnsense-src/tests/sys/mqueue/Makefile
Glen Barber 2aa00a6001 More 'tests' package fixes.
Sponsored by:	The FreeBSD Foundation
2016-02-03 00:34:23 +00:00

24 lines
320 B
Makefile

# $FreeBSD$
PACKAGE= tests
FILESGROUPS= TESTS
TESTSPACKAGE= ${PACKAGE}
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>