mirror of
https://github.com/opnsense/src.git
synced 2026-02-15 08:38:13 -05:00
24 lines
320 B
Makefile
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>
|