0971283da1
r272777: Integrate usr.sbin/nmtree/tests from NetBSD into atf/kyua In collaboration with: pho Sponsored by: EMC / Isilon Storage Division r272779: Integrate usr.sbin/basename/tests from NetBSD into atf/kyua In collaboration with: pho Sponsored by: EMC / Isilon Storage Division r272780: Integrate usr.bin/cmp/tests from NetBSD into atf/kyua In collaboration with: sjg Sponsored by: EMC / Isilon Storage Division r272781: Integrate usr.bin/dirname/tests from NetBSD into atf/kyua In collaboration with: pho, sjg Sponsored by: EMC / Isilon Storage Division r272782: Integrate bin/sleep/tests from NetBSD into atf/kyua Sponsored by: EMC / Isilon Storage Division r272783: Integrate usr.bin/cut/tests from NetBSD into atf/kyua Sponsored by: EMC / Isilon Storage Division r272784: Integrate usr.bin/grep/tests from NetBSD into atf/kyua Sponsored by: EMC / Isilon Storage Division r272787: Integrate usr.bin/diff/tests from NetBSD into atf/kyua at gnu/usr.bin/diff/tests Sponsored by: EMC / Isilon Storage Division r272788: Integrate usr.bin/gzip/tests from NetBSD into atf/kyua Sponsored by: EMC / Isilon Storage Division
22 lines
400 B
Makefile
22 lines
400 B
Makefile
# $FreeBSD$
|
|
|
|
TESTSRC= ${.CURDIR}/../../../contrib/netbsd-tests/usr.bin/cut
|
|
.PATH: ${TESTSRC}
|
|
|
|
.include <bsd.own.mk>
|
|
|
|
TESTSDIR= ${TESTSBASE}/usr.bin/cut
|
|
ATF_TESTS_SH= cut_test
|
|
ATF_TESTS_SH_SRC_cut_test= t_cut.sh
|
|
|
|
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 <bsd.test.mk>
|