mirror of
https://github.com/opnsense/src.git
synced 2026-06-08 16:22:46 -04:00
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
3 changed files with 18 additions and 0 deletions
|
|
@ -261,6 +261,8 @@
|
|||
..
|
||||
grep
|
||||
..
|
||||
gzip
|
||||
..
|
||||
join
|
||||
..
|
||||
jot
|
||||
|
|
|
|||
|
|
@ -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>
|
||||
|
|
|
|||
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 a new issue