Integrate contrib/netbsd-tests/bin/dd into the FreeBSD test suite as bin/dd/tests

This commit is contained in:
ngie 2015-10-18 05:29:49 +00:00
parent 5df1a219f1
commit e84cdeae2f
3 changed files with 15 additions and 0 deletions

View File

@ -1,6 +1,8 @@
# @(#)Makefile 8.1 (Berkeley) 5/31/93
# $FreeBSD$
.include <src.opts.mk>
PROG= dd
SRCS= args.c conv.c conv_tab.c dd.c misc.c position.c
@ -24,4 +26,8 @@ test: ${PROG} gen
.endfor
@rm -f gen
.if ${MK_TESTS} != "no"
SUBDIR+= tests
.endif
.include <bsd.prog.mk>

7
bin/dd/tests/Makefile Normal file
View File

@ -0,0 +1,7 @@
# $FreeBSD$
NETBSD_ATF_TESTS_SH= dd
.include <netbsd-tests.test.mk>
.include <bsd.test.mk>

View File

@ -12,6 +12,8 @@
..
date
..
dd
..
expr
..
ls