freebsd-dev/lib/libc/tests/Makefile.netbsd-tests
Enji Cooper 6157e90c35 Change WARNS to 2 across the board with all the libc testcases
This effectively "reverts" r290846

MFC after: 1 week
Sponsored by: EMC / Isilon Storage Division
2015-11-15 05:21:58 +00:00

10 lines
184 B
Makefile

# $FreeBSD$
TESTSRC:= ${SRCTOP}/contrib/netbsd-tests/${RELDIR:C/libc\/tests/libc/}
TESTSDIR:= ${TESTSBASE}/${RELDIR:C/libc\/tests/libc/}
WARNS?= 2
.include <netbsd-tests.test.mk>