opnsense-src/tests/sys/mqueue/Makefile

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

19 lines
235 B
Makefile
Raw Normal View History

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
.include <bsd.test.mk>