mirror of
https://github.com/opnsense/src.git
synced 2026-02-20 00:11:07 -05:00
8 lines
172 B
Makefile
8 lines
172 B
Makefile
|
|
TESTSRC:= ${SRCTOP}/contrib/netbsd-tests/${RELDIR:C/libc\/tests/libc/}
|
|
|
|
TESTSDIR:= ${TESTSBASE}/${RELDIR:C/libc\/tests/libc/}
|
|
|
|
WARNS?= 2
|
|
|
|
.include <netbsd-tests.test.mk>
|