diff options
author | Anil Madhavapeddy <avsm@cvs.openbsd.org> | 2002-09-02 19:59:52 +0000 |
---|---|---|
committer | Anil Madhavapeddy <avsm@cvs.openbsd.org> | 2002-09-02 19:59:52 +0000 |
commit | 68ae2c15493086d67568a2ca26033cb97cab2d57 (patch) | |
tree | a42a6b693060ff555da847f3219ff2e13e692aa4 /regress | |
parent | 70193690e3923fa6112b8081bdb745c3d4cbf025 (diff) |
the regress target should be run-regress-atexit_test to avoid
aborting a regress run if it fails
Diffstat (limited to 'regress')
-rw-r--r-- | regress/lib/libc/atexit/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/regress/lib/libc/atexit/Makefile b/regress/lib/libc/atexit/Makefile index 800c1b5ed6f..89625e2a7b4 100644 --- a/regress/lib/libc/atexit/Makefile +++ b/regress/lib/libc/atexit/Makefile @@ -1,9 +1,9 @@ -# $OpenBSD: Makefile,v 1.1 2002/07/29 19:51:41 dhartmei Exp $ +# $OpenBSD: Makefile,v 1.2 2002/09/02 19:59:51 avsm Exp $ NOMAN= PROG=atexit_test -regress: ${PROG} +run-regress-atexit_test: ${PROG} ./${PROG} -valid 2>${.OBJDIR}/valid.out cmp -s ${.OBJDIR}/valid.out ${.CURDIR}/valid.ok ./${PROG} -invalid 2>${.OBJDIR}/invalid.out |