diff options
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> |