Integrate usr.bin/gzip/tests from NetBSD into atf/kyua
Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
9752f4a74f
commit
cdfd89cea1
@ -261,6 +261,8 @@
|
|||||||
..
|
..
|
||||||
grep
|
grep
|
||||||
..
|
..
|
||||||
|
gzip
|
||||||
|
..
|
||||||
join
|
join
|
||||||
..
|
..
|
||||||
jot
|
jot
|
||||||
|
@ -28,4 +28,8 @@ LINKS+= ${BINDIR}/gzip ${BINDIR}/gunzip \
|
|||||||
${BINDIR}/gzip ${BINDIR}/zcat \
|
${BINDIR}/gzip ${BINDIR}/zcat \
|
||||||
${BINDIR}/zdiff ${BINDIR}/zcmp
|
${BINDIR}/zdiff ${BINDIR}/zcmp
|
||||||
|
|
||||||
|
.if ${MK_TESTS} != "no"
|
||||||
|
SUBDIR+= tests
|
||||||
|
.endif
|
||||||
|
|
||||||
.include <bsd.prog.mk>
|
.include <bsd.prog.mk>
|
||||||
|
12
usr.bin/gzip/tests/Makefile
Normal file
12
usr.bin/gzip/tests/Makefile
Normal 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>
|
Loading…
Reference in New Issue
Block a user