XXX: Limit repetitions to something tiny so TRE can handle the exhaust test.

This commit is contained in:
christos 2011-11-06 18:37:40 +00:00
parent 60e5ed2c64
commit a8ac67be00
1 changed files with 4 additions and 1 deletions

View File

@ -1,8 +1,11 @@
# $NetBSD: Makefile,v 1.1 2011/11/05 23:32:51 christos Exp $
# $NetBSD: Makefile,v 1.2 2011/11/06 18:37:40 christos Exp $
LDADD+=-ltre
DPADD+=${LIBTRE}
TESTSDIR= ${TESTSBASE}/lib/libtre
# XXX: tre eats copious amounts of memory even 9 does not work
IMPLEMENTATION=-DREGEX_TRE -DREGEX_MAXSIZE=2
SKIPASSOC=right
LCREGEX=${.CURDIR}/../libc/regex
.PATH: ${LCREGEX}