freebsd-dev/tests/sys/mqueue/Makefile

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

20 lines
247 B
Makefile
Raw Normal View History

# $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
LIBADD+= rt
.include <bsd.test.mk>