[Midnightbsd-cvs] src [11537] trunk/usr.bin/grep/tests: add tests
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sat Jul 7 16:34:51 EDT 2018
Revision: 11537
http://svnweb.midnightbsd.org/src/?rev=11537
Author: laffer1
Date: 2018-07-07 16:34:50 -0400 (Sat, 07 Jul 2018)
Log Message:
-----------
add tests
Added Paths:
-----------
trunk/usr.bin/grep/tests/
trunk/usr.bin/grep/tests/Makefile
Added: trunk/usr.bin/grep/tests/Makefile
===================================================================
--- trunk/usr.bin/grep/tests/Makefile (rev 0)
+++ trunk/usr.bin/grep/tests/Makefile 2018-07-07 20:34:50 UTC (rev 11537)
@@ -0,0 +1,38 @@
+# $MidnightBSD$
+# $FreeBSD: stable/10/usr.bin/grep/tests/Makefile 313488 2017-02-09 22:49:48Z ngie $
+
+.include <bsd.own.mk>
+
+NETBSD_ATF_TESTS_SH= grep_test
+
+FILESDIR= ${TESTSDIR}
+FILES= d_basic.out
+FILES+= d_begin_end_a.out
+FILES+= d_begin_end_b.out
+FILES+= d_binary.out
+FILES+= d_context2_a.out
+FILES+= d_context2_b.out
+FILES+= d_context2_c.out
+FILES+= d_context_a.in
+FILES+= d_context_a.out
+FILES+= d_context_b.in
+FILES+= d_context_b.out
+FILES+= d_context_c.out
+FILES+= d_context_d.out
+FILES+= d_egrep.out
+FILES+= d_file_exp.in
+FILES+= d_file_exp.out
+FILES+= d_ignore_case.out
+FILES+= d_input
+FILES+= d_invert.in
+FILES+= d_invert.out
+FILES+= d_recurse.out
+FILES+= d_recurse_symlink.err
+FILES+= d_recurse_symlink.out
+FILES+= d_whole_line.out
+FILES+= d_word_regexps.out
+FILES+= d_zgrep.out
+
+.include <netbsd-tests.test.mk>
+
+.include <bsd.test.mk>
Property changes on: trunk/usr.bin/grep/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