Integrate usr.bin/gzip/tests from NetBSD into atf/kyua

Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
Enji Cooper 2014-10-09 02:24:34 +00:00
parent 9752f4a74f
commit cdfd89cea1
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=272788
3 changed files with 18 additions and 0 deletions

View File

@ -261,6 +261,8 @@
..
grep
..
gzip
..
join
..
jot

View File

@ -28,4 +28,8 @@ LINKS+= ${BINDIR}/gzip ${BINDIR}/gunzip \
${BINDIR}/gzip ${BINDIR}/zcat \
${BINDIR}/zdiff ${BINDIR}/zcmp
.if ${MK_TESTS} != "no"
SUBDIR+= tests
.endif
.include <bsd.prog.mk>

View File

@ -0,0 +1,12 @@
# $FreeBSD$
TESTSRC= ${.CURDIR}/../../../contrib/netbsd-tests/usr.bin/gzip
.PATH: ${TESTSRC}
.include <bsd.own.mk>
TESTSDIR= ${TESTSBASE}/usr.bin/gzip
ATF_TESTS_SH= gzip_test
ATF_TESTS_SH_SRC_gzip_test= t_gzip.sh
.include <bsd.test.mk>