b2d48be1bc
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
15 lines
190 B
Makefile
15 lines
190 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
TESTS_SUBDIRS+= common
|
|
|
|
.PATH: ${SRCTOP}/tests
|
|
KYUAFILE= YES
|
|
|
|
.PATH: ${.CURDIR}/tools
|
|
SCRIPTSDIR= ${TESTSDIR}
|
|
SCRIPTS= dtest.sh
|
|
|
|
.include <bsd.test.mk>
|