Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/lib/libtre Add libtre tests but don't hook them up bec...
details: https://anonhg.NetBSD.org/src/rev/35693b3dec43
branches: trunk
changeset: 771005:35693b3dec43
user: christos <christos%NetBSD.org@localhost>
date: Sat Nov 05 23:32:51 2011 +0000
description:
Add libtre tests but don't hook them up because they don't pass.
diffstat:
tests/lib/libtre/Makefile | 10 ++++++++++
1 files changed, 10 insertions(+), 0 deletions(-)
diffs (14 lines):
diff -r d97278d0633f -r 35693b3dec43 tests/lib/libtre/Makefile
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/tests/lib/libtre/Makefile Sat Nov 05 23:32:51 2011 +0000
@@ -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"
+
Home |
Main Index |
Thread Index |
Old Index