Source-Changes-HG archive

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

[src/trunk]: src/tests/lib/libtre Disable the basic tests for now.



details:   https://anonhg.NetBSD.org/src/rev/fde4982517be
branches:  trunk
changeset: 771050:fde4982517be
user:      christos <christos%NetBSD.org@localhost>
date:      Sun Nov 06 18:42:53 2011 +0000

description:
Disable the basic tests for now.

diffstat:

 tests/lib/libtre/Makefile |  6 +++++-
 1 files changed, 5 insertions(+), 1 deletions(-)

diffs (20 lines):

diff -r 608b481ddf1d -r fde4982517be tests/lib/libtre/Makefile
--- a/tests/lib/libtre/Makefile Sun Nov 06 18:37:40 2011 +0000
+++ b/tests/lib/libtre/Makefile Sun Nov 06 18:42:53 2011 +0000
@@ -1,4 +1,4 @@
-#      $NetBSD: Makefile,v 1.2 2011/11/06 18:37:40 christos Exp $
+#      $NetBSD: Makefile,v 1.3 2011/11/06 18:42:53 christos Exp $
 
 LDADD+=-ltre
 DPADD+=${LIBTRE}
@@ -7,6 +7,10 @@
 IMPLEMENTATION=-DREGEX_TRE -DREGEX_MAXSIZE=2
 SKIPASSOC=right
 
+# Remove the following 2 lines once the standard tests have been fixed.
+PROGS=
+TESTS_SH=
+
 LCREGEX=${.CURDIR}/../libc/regex
 .PATH: ${LCREGEX}
 .include "${LCREGEX}/Makefile"



Home | Main Index | Thread Index | Old Index