mirror of
https://github.com/opnsense/src.git
synced 2026-06-05 06:42:56 -04:00
This is a residual of the $FreeBSD$ removal. MFC After: 3 days (though I'll just run the command on the branches) Sponsored by: Netflix
17 lines
234 B
Makefile
17 lines
234 B
Makefile
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>
|