move usr.bin/sort/TEST/stest to regress/usr.bin/sort, add to

regression tests
This commit is contained in:
jdolecek 2000-10-26 23:51:31 +00:00
parent efba0ca36a
commit 374e0e8fff
3 changed files with 11 additions and 2 deletions

View File

@ -1,5 +1,5 @@
# $NetBSD: Makefile,v 1.1 1997/12/30 23:27:11 cgd Exp $
# $NetBSD: Makefile,v 1.2 2000/10/26 23:51:31 jdolecek Exp $
SUBDIR+= m4
SUBDIR+= m4 sort
.include <bsd.subdir.mk>

View File

@ -0,0 +1,9 @@
# $NetBSD: Makefile,v 1.1 2000/10/26 23:51:31 jdolecek Exp $
MKMAN= no
regress:
@echo "Note: GNU sort does not pass all tests"
/bin/sh ./stests
.include <bsd.prog.mk>