mirror of
https://github.com/opnsense/src.git
synced 2026-02-10 22:35:04 -05:00
18 lines
235 B
Makefile
18 lines
235 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>
|