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
19 lines
288 B
Makefile
19 lines
288 B
Makefile
# $FreeBSD$
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
NETBSD_ATF_TESTS_SH= cut_test
|
|
|
|
FILESDIR= ${TESTSDIR}
|
|
FILES= d_basic.out
|
|
FILES+= d_cut.in
|
|
FILES+= d_dflag.out
|
|
FILES+= d_dsflag.out
|
|
FILES+= d_latin1.in
|
|
FILES+= d_sflag.out
|
|
FILES+= d_utf8.in
|
|
|
|
.include <netbsd-tests.test.mk>
|
|
|
|
.include <bsd.test.mk>
|