Module Name:    src
Committed By:   christos
Date:           Sat Nov  5 23:32:51 UTC 2011

Added Files:
        src/tests/lib/libtre: Makefile

Log Message:
Add libtre tests but don't hook them up because they don't pass.


To generate a diff of this commit:
cvs rdiff -u -r0 -r1.1 src/tests/lib/libtre/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/libtre/Makefile
diff -u /dev/null src/tests/lib/libtre/Makefile:1.1
--- /dev/null	Sat Nov  5 19:32:51 2011
+++ src/tests/lib/libtre/Makefile	Sat Nov  5 19:32:51 2011
@@ -0,0 +1,10 @@
+#	$NetBSD: Makefile,v 1.1 2011/11/05 23:32:51 christos Exp $
+
+LDADD+=-ltre
+DPADD+=${LIBTRE}
+TESTSDIR=       ${TESTSBASE}/lib/libtre
+
+LCREGEX=${.CURDIR}/../libc/regex
+.PATH: ${LCREGEX}
+.include "${LCREGEX}/Makefile"
+

Reply via email to