Integrate usr.bin/cmp/tests from NetBSD into atf/kyua
In collaboration with: sjg Sponsored by: EMC / Isilon Storage Division
This commit is contained in:
parent
0be0d5f339
commit
0306a0a804
@ -245,6 +245,8 @@
|
|||||||
..
|
..
|
||||||
calendar
|
calendar
|
||||||
..
|
..
|
||||||
|
cmp
|
||||||
|
..
|
||||||
comm
|
comm
|
||||||
..
|
..
|
||||||
file2c
|
file2c
|
||||||
|
@ -1,7 +1,13 @@
|
|||||||
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
# @(#)Makefile 8.1 (Berkeley) 6/6/93
|
||||||
# $FreeBSD$
|
# $FreeBSD$
|
||||||
|
|
||||||
|
.include <src.opts.mk>
|
||||||
|
|
||||||
PROG= cmp
|
PROG= cmp
|
||||||
SRCS= cmp.c link.c misc.c regular.c special.c
|
SRCS= cmp.c link.c misc.c regular.c special.c
|
||||||
|
|
||||||
|
.if ${MK_TESTS} != "no"
|
||||||
|
SUBDIR+= tests
|
||||||
|
.endif
|
||||||
|
|
||||||
.include <bsd.prog.mk>
|
.include <bsd.prog.mk>
|
||||||
|
12
usr.bin/cmp/tests/Makefile
Normal file
12
usr.bin/cmp/tests/Makefile
Normal file
@ -0,0 +1,12 @@
|
|||||||
|
# $FreeBSD$
|
||||||
|
|
||||||
|
TESTSRC= ${.CURDIR}/../../../contrib/netbsd-tests/usr.bin/cmp
|
||||||
|
.PATH: ${TESTSRC}
|
||||||
|
|
||||||
|
.include <bsd.own.mk>
|
||||||
|
|
||||||
|
TESTSDIR= ${TESTSBASE}/usr.bin/cmp
|
||||||
|
ATF_TESTS_SH= cmp_test
|
||||||
|
ATF_TESTS_SH_SRC_cmp_test= t_cmp.sh
|
||||||
|
|
||||||
|
.include <bsd.test.mk>
|
Loading…
x
Reference in New Issue
Block a user