Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/lib/libtre XXX: Limit repetitions to something tiny so...
details: https://anonhg.NetBSD.org/src/rev/608b481ddf1d
branches: trunk
changeset: 771049:608b481ddf1d
user: christos <christos%NetBSD.org@localhost>
date: Sun Nov 06 18:37:40 2011 +0000
description:
XXX: Limit repetitions to something tiny so TRE can handle the exhaust test.
diffstat:
tests/lib/libtre/Makefile | 5 ++++-
1 files changed, 4 insertions(+), 1 deletions(-)
diffs (16 lines):
diff -r 0db94d00aca3 -r 608b481ddf1d tests/lib/libtre/Makefile
--- a/tests/lib/libtre/Makefile Sun Nov 06 18:35:22 2011 +0000
+++ b/tests/lib/libtre/Makefile Sun Nov 06 18:37:40 2011 +0000
@@ -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}
Home |
Main Index |
Thread Index |
Old Index