[Midnightbsd-cvs] src [11932] trunk/gnu/usr.bin/diff/tests: add tests

laffer1 at midnightbsd.org laffer1 at midnightbsd.org
Sat Jul 21 09:47:37 EDT 2018


Revision: 11932
          http://svnweb.midnightbsd.org/src/?rev=11932
Author:   laffer1
Date:     2018-07-21 09:47:37 -0400 (Sat, 21 Jul 2018)
Log Message:
-----------
add tests

Added Paths:
-----------
    trunk/gnu/usr.bin/diff/tests/
    trunk/gnu/usr.bin/diff/tests/Makefile

Added: trunk/gnu/usr.bin/diff/tests/Makefile
===================================================================
--- trunk/gnu/usr.bin/diff/tests/Makefile	                        (rev 0)
+++ trunk/gnu/usr.bin/diff/tests/Makefile	2018-07-21 13:47:37 UTC (rev 11932)
@@ -0,0 +1,15 @@
+# $MidnightBSD$
+# $FreeBSD: stable/10/gnu/usr.bin/diff/tests/Makefile 313488 2017-02-09 22:49:48Z ngie $
+
+TESTSRC=	${SRCTOP}/contrib/netbsd-tests/usr.bin/diff
+
+NETBSD_ATF_TESTS_SH=	diff_test
+ATF_TESTS_SH_SED_diff_test=	-e 's/t_diff/`basename $$0`/g'
+
+FILESDIR=	${TESTSDIR}
+FILES+=		d_mallocv1.in
+FILES+=		d_mallocv2.in
+
+.include <netbsd-tests.test.mk>
+
+.include <bsd.test.mk>


Property changes on: trunk/gnu/usr.bin/diff/tests/Makefile
___________________________________________________________________
Added: svn:eol-style
## -0,0 +1 ##
+native
\ No newline at end of property
Added: svn:keywords
## -0,0 +1 ##
+MidnightBSD=%H
\ No newline at end of property
Added: svn:mime-type
## -0,0 +1 ##
+text/plain
\ No newline at end of property


More information about the Midnightbsd-cvs mailing list