Module Name:    src
Committed By:   pgoyette
Date:           Sun Jan  9 01:00:40 UTC 2011

Added Files:
        src/tests/lib/libc/regex: Makefile

Log Message:
Ouch - forgot the include this earlier.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 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.

Added files:

Index: src/tests/lib/libc/regex/Makefile
diff -u /dev/null src/tests/lib/libc/regex/Makefile:1.1
--- /dev/null	Sun Jan  9 01:00:40 2011
+++ src/tests/lib/libc/regex/Makefile	Sun Jan  9 01:00:40 2011
@@ -0,0 +1,43 @@
+# $NetBSD: Makefile,v 1.1 2011/01/09 01:00:40 pgoyette Exp $
+
+MKMAN=	no
+
+.include <bsd.own.mk>
+
+TESTSDIR=	${TESTSBASE}/lib/libc/regex
+
+BINDIR=		${TESTSDIR}
+PROG=		h_regex
+SRCS=		main.c split.c debug.c
+CPPFLAGS+=	-I${NETBSDSRCDIR}/lib/libc/regex
+
+TESTS_SH=	t_regex
+
+FILESDIR=	${TESTSDIR}/data
+FILES+=		README
+FILES+=		data/anchor.in
+FILES+=		data/backref.in
+FILES+=		data/basic.in
+FILES+=		data/bracket.in
+FILES+=		data/c_comments.in
+FILES+=		data/complex.in
+FILES+=		data/error.in
+FILES+=		data/meta.in
+FILES+=		data/nospec.in
+FILES+=		data/nul.in
+FILES+=		data/paren.in
+FILES+=		data/regress.in
+FILES+=		data/repet_bounded.in
+FILES+=		data/repet_multi.in
+FILES+=		data/repet_ordinary.in
+FILES+=		data/startend.in
+FILES+=		data/subexp.in
+FILES+=		data/subtle.in
+FILES+=		data/word_bound.in
+
+t_regex.sh: t_regex.awk t_regex.in
+	${TOOL_AWK} -f ${.CURDIR}/t_regex.awk ${.CURDIR}/t_regex.in > ${.TARGET}
+
+CLEANFILES+= t_regex.sh
+
+.include <bsd.test.mk>

Reply via email to