Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/tests/lib/libc/regex skip the association that does not matc...



details:   https://anonhg.NetBSD.org/src/rev/0db94d00aca3
branches:  trunk
changeset: 771048:0db94d00aca3
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Nov 06 18:35:22 2011 +0000

description:
skip the association that does not match with our implementation.

diffstat:

 tests/lib/libc/regex/Makefile |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r e6f34d4fc08e -r 0db94d00aca3 tests/lib/libc/regex/Makefile
--- a/tests/lib/libc/regex/Makefile     Sun Nov 06 18:34:48 2011 +0000
+++ b/tests/lib/libc/regex/Makefile     Sun Nov 06 18:35:22 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.6 2011/11/06 17:02:33 christos Exp $
+# $NetBSD: Makefile,v 1.7 2011/11/06 18:35:22 christos Exp $
 
 MKMAN= no
 
@@ -6,6 +6,7 @@
 
 TESTSDIR?=     ${TESTSBASE}/lib/libc/regex
 IMPLEMENTATION?=       -DREGEX_SPENCER
+SKIPASSOC?=    left
 
 BINDIR=                ${TESTSDIR}
 PROGS+=                h_regex h_regex_att
@@ -51,7 +52,7 @@
        ${TOOL_AWK} -f ${.ALLSRC} > ${.TARGET}
 
 t_regex_att.sh: t_regex.awk t_regex_att.in
-       ${TOOL_AWK} -f ${.ALLSRC} > ${.TARGET}
+       ${TOOL_AWK} -v skipassoc=${SKIPASSOC} -f ${.ALLSRC} > ${.TARGET}
 
 CLEANFILES+= t_regex.sh t_regex_att.sh
 



Home | Main Index | Thread Index | Old Index