Module Name: src Committed By: christos Date: Sun Nov 6 18:35:22 UTC 2011
Modified Files: src/tests/lib/libc/regex: Makefile Log Message: skip the association that does not match with our implementation. To generate a diff of this commit: cvs rdiff -u -r1.6 -r1.7 src/tests/lib/libc/regex/Makefile Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.
Modified files: Index: src/tests/lib/libc/regex/Makefile diff -u src/tests/lib/libc/regex/Makefile:1.6 src/tests/lib/libc/regex/Makefile:1.7 --- src/tests/lib/libc/regex/Makefile:1.6 Sun Nov 6 12:02:33 2011 +++ src/tests/lib/libc/regex/Makefile Sun Nov 6 13:35:22 2011 @@ -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 @@ MKMAN= no TESTSDIR?= ${TESTSBASE}/lib/libc/regex IMPLEMENTATION?= -DREGEX_SPENCER +SKIPASSOC?= left BINDIR= ${TESTSDIR} PROGS+= h_regex h_regex_att @@ -51,7 +52,7 @@ t_regex.sh: t_regex.awk t_regex.in ${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