diff options
| author | otto <> | 2011-11-05 15:01:37 +0000 |
|---|---|---|
| committer | otto <> | 2011-11-05 15:01:37 +0000 |
| commit | cbb7c977911d2a2fb6f022e9ea3ca5f6d151e18d (patch) | |
| tree | 21777a89c50586abcce4f27c2267ab78372729b2 /src/regress/lib/libc/regex/Makefile | |
| parent | 4f2b2d66516d0921a9838ac6675d575147a8adca (diff) | |
| download | openbsd-cbb7c977911d2a2fb6f022e9ea3ca5f6d151e18d.tar.gz openbsd-cbb7c977911d2a2fb6f022e9ea3ca5f6d151e18d.tar.bz2 openbsd-cbb7c977911d2a2fb6f022e9ea3ca5f6d151e18d.zip | |
add exhaust test from netbsd
Diffstat (limited to 'src/regress/lib/libc/regex/Makefile')
| -rw-r--r-- | src/regress/lib/libc/regex/Makefile | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/src/regress/lib/libc/regex/Makefile b/src/regress/lib/libc/regex/Makefile index 271debb5d3..bfa2dff375 100644 --- a/src/regress/lib/libc/regex/Makefile +++ b/src/regress/lib/libc/regex/Makefile | |||
| @@ -1,4 +1,4 @@ | |||
| 1 | # $OpenBSD: Makefile,v 1.6 2004/08/13 14:54:12 millert Exp $ | 1 | # $OpenBSD: Makefile,v 1.7 2011/11/05 15:01:37 otto Exp $ |
| 2 | # $NetBSD: Makefile,v 1.2 1995/02/16 19:38:45 cgd Exp $ | 2 | # $NetBSD: Makefile,v 1.2 1995/02/16 19:38:45 cgd Exp $ |
| 3 | 3 | ||
| 4 | PROG= re | 4 | PROG= re |
| @@ -9,7 +9,7 @@ CFLAGS+= -I${.CURDIR}/../../../../lib/libc/regex -DREDEBUG -DPOSIX_MISTAKE | |||
| 9 | 9 | ||
| 10 | TESTS= ${.CURDIR}/tests | 10 | TESTS= ${.CURDIR}/tests |
| 11 | 11 | ||
| 12 | REGRESS_TARGETS=do-reg do-reg-long do-reg-backref | 12 | REGRESS_TARGETS=do-reg do-reg-long do-reg-backref do-t_exhaust |
| 13 | 13 | ||
| 14 | do-reg: ${PROG} | 14 | do-reg: ${PROG} |
| 15 | ./re < ${TESTS} | 15 | ./re < ${TESTS} |
| @@ -17,5 +17,7 @@ do-reg-long: ${PROG} | |||
| 17 | ./re -el < ${TESTS} | 17 | ./re -el < ${TESTS} |
| 18 | do-reg-backref: ${PROG} | 18 | do-reg-backref: ${PROG} |
| 19 | ./re -er < ${TESTS} | 19 | ./re -er < ${TESTS} |
| 20 | do-t_exhaust: t_exhaust | ||
| 21 | ./t_exhaust | ||
| 20 | 22 | ||
| 21 | .include <bsd.regress.mk> | 23 | .include <bsd.regress.mk> |
