sort(1): Add bits to allow easy checking against NetBSD tests

I'm looking at sort(1) failures, for better or worse.
This commit is contained in:
Kyle Evans 2018-06-20 03:10:49 +00:00
parent ce16585796
commit 36180cd53d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=335403
2 changed files with 17 additions and 0 deletions

View File

@ -32,4 +32,7 @@ CFLAGS+= -DWITHOUT_NLS
MAN_SUB+= -e 's|%%NLS%%|\.\\"|g'
.endif
#HAS_TESTS=
#SUBDIR.${MK_TESTS}+= tests
.include <bsd.prog.mk>

View File

@ -0,0 +1,14 @@
# $FreeBSD$
PACKAGE= tests
NETBSD_ATF_TESTS_SH= sort_test
${PACKAGE}FILES+= d_any_char_dflag_out.txt
${PACKAGE}FILES+= d_any_char_fflag_out.txt
${PACKAGE}FILES+= d_any_char_iflag_out.txt
${PACKAGE}FILES+= d_any_char_in.txt
.include <netbsd-tests.test.mk>
.include <bsd.test.mk>