diff options
Diffstat (limited to 'bin/dd/tests/Makefile')
-rw-r--r-- | bin/dd/tests/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/bin/dd/tests/Makefile b/bin/dd/tests/Makefile new file mode 100644 index 0000000..f87af65 --- /dev/null +++ b/bin/dd/tests/Makefile @@ -0,0 +1,12 @@ +# $FreeBSD$ + +OBJTOP= ${.OBJDIR:H:H:H} +SRCTOP= ${.CURDIR:H:H:H} +TESTSRC= ${SRCTOP}/contrib/netbsd-tests/bin/dd +TESTSDIR= ${TESTSBASE}/bin/dd + +NETBSD_ATF_TESTS_SH= dd_test + +.include <netbsd-tests.test.mk> + +.include <bsd.test.mk> |