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
14 lines
190 B
Makefile
14 lines
190 B
Makefile
# $FreeBSD$
|
|
|
|
ATF_TESTS_SH= soelim
|
|
|
|
FILES= nonexisting.in \
|
|
basic.in \
|
|
basic \
|
|
basic.out \
|
|
basic-with-space.in \
|
|
basic-with-space.out
|
|
FILESDIR= ${TESTSDIR}
|
|
|
|
.include <bsd.test.mk>
|