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:
parent
ce16585796
commit
36180cd53d
@ -32,4 +32,7 @@ CFLAGS+= -DWITHOUT_NLS
|
||||
MAN_SUB+= -e 's|%%NLS%%|\.\\"|g'
|
||||
.endif
|
||||
|
||||
#HAS_TESTS=
|
||||
#SUBDIR.${MK_TESTS}+= tests
|
||||
|
||||
.include <bsd.prog.mk>
|
||||
|
14
usr.bin/sort/tests/Makefile
Normal file
14
usr.bin/sort/tests/Makefile
Normal 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>
|
Loading…
Reference in New Issue
Block a user