summaryrefslogtreecommitdiff
path: root/regress/usr.bin
diff options
context:
space:
mode:
authorArtur Grabowski <art@cvs.openbsd.org>2002-01-02 18:04:49 +0000
committerArtur Grabowski <art@cvs.openbsd.org>2002-01-02 18:04:49 +0000
commitc5ebcbf04ee0e8be66d0ef3ad2f8335e85c727fd (patch)
treef1b711ea337c83b00001f8f7703b919427ff7b8a /regress/usr.bin
parent58e43ef441005bbb6d140fa5d9556e7fffde7805 (diff)
dumb conversion to bsd.regress.mk. Needs splitting into smaller tests.
Diffstat (limited to 'regress/usr.bin')
-rw-r--r--regress/usr.bin/sort/Makefile13
1 files changed, 7 insertions, 6 deletions
diff --git a/regress/usr.bin/sort/Makefile b/regress/usr.bin/sort/Makefile
index 53954f3ba30..447c9ad92cb 100644
--- a/regress/usr.bin/sort/Makefile
+++ b/regress/usr.bin/sort/Makefile
@@ -1,11 +1,12 @@
-# $OpenBSD: Makefile,v 1.1 2001/01/12 21:06:17 millert Exp $
-
-NOMAN=
-NOPROG=
+# $OpenBSD: Makefile,v 1.2 2002/01/02 18:04:48 art Exp $
CLEANFILES+= in in1 out xx -k xsort linecount fields
-regress: ${.CURDIR}/stests
+REGRESSTARGETS=do-stests
+
+# XXX - should be split up in this makefile, not in the script.
+# XXX - script doesn't return non-0 on failure.
+do-stests: ${.CURDIR}/stests
${.CURDIR}/stests
-.include <bsd.prog.mk>
+.include <bsd.regress.mk>