diff options
author | millert <> | 2004-08-13 14:54:12 +0000 |
---|---|---|
committer | millert <> | 2004-08-13 14:54:12 +0000 |
commit | e4aafbee1f08b007f2c676ef69c5164cce52f541 (patch) | |
tree | b2f06fe201d6063c84d20954014553d128d11363 | |
parent | f46dcdca21346ce7ba72ef74a44ebf46410aca87 (diff) | |
download | openbsd-e4aafbee1f08b007f2c676ef69c5164cce52f541.tar.gz openbsd-e4aafbee1f08b007f2c676ef69c5164cce52f541.tar.bz2 openbsd-e4aafbee1f08b007f2c676ef69c5164cce52f541.zip |
When running regex regress build a private copy with REDEBUG enabled.
That way we get the asserts enabled.
-rw-r--r-- | src/regress/lib/libc/regex/Makefile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/regress/lib/libc/regex/Makefile b/src/regress/lib/libc/regex/Makefile index a29686bca4..271debb5d3 100644 --- a/src/regress/lib/libc/regex/Makefile +++ b/src/regress/lib/libc/regex/Makefile | |||
@@ -1,10 +1,11 @@ | |||
1 | # $OpenBSD: Makefile,v 1.5 2002/09/02 20:01:43 avsm Exp $ | 1 | # $OpenBSD: Makefile,v 1.6 2004/08/13 14:54:12 millert 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 |
5 | SRCS= main.c split.c debug.c | 5 | SRCS= main.c split.c debug.c regcomp.c regerror.c regexec.c regfree.c |
6 | .PATH: ${.CURDIR}/../../../../lib/libc/regex | ||
6 | 7 | ||
7 | CFLAGS+= -I${.CURDIR}/../../../../lib/libc/regex | 8 | CFLAGS+= -I${.CURDIR}/../../../../lib/libc/regex -DREDEBUG -DPOSIX_MISTAKE |
8 | 9 | ||
9 | TESTS= ${.CURDIR}/tests | 10 | TESTS= ${.CURDIR}/tests |
10 | 11 | ||