mirror of
https://github.com/opnsense/src.git
synced 2026-02-12 23:36:07 -05:00
netbsd-tests.test.mk (r289151) - Eliminate explicit OBJTOP/SRCTOP setting - Convert all ad hoc NetBSD test integration over to netbsd-tests.test.mk - Remove unnecessary TESTSDIR setting - Use SRCTOP where possible for clarity MFC after: 2 weeks Sponsored by: EMC / Isilon Storage Divison
22 lines
279 B
Makefile
22 lines
279 B
Makefile
# $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
|
|
|
|
LDADD+= -lrt
|
|
DPADD+= ${LIBRT}
|
|
|
|
WARNS?= 6
|
|
|
|
.include <bsd.test.mk>
|