mirror of
https://github.com/opnsense/src.git
synced 2026-04-15 14:29:58 -04: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
7 lines
172 B
Makefile
7 lines
172 B
Makefile
# $FreeBSD$
|
|
|
|
TESTSRC:= ${SRCTOP}/contrib/netbsd-tests/${RELDIR:C/libc\/tests/libc/}
|
|
|
|
TESTSDIR:= ${TESTSBASE}/${RELDIR:C/libc\/tests/libc/}
|
|
|
|
.include <netbsd-tests.test.mk>
|