Source-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[src/trunk]: src/tests/lib/libc/regex make the standard tests optional.
details: https://anonhg.NetBSD.org/src/rev/93d4dae58056
branches: trunk
changeset: 771055:93d4dae58056
user: christos <christos%NetBSD.org@localhost>
date: Sun Nov 06 19:45:37 2011 +0000
description:
make the standard tests optional.
diffstat:
tests/lib/libc/regex/Makefile | 7 ++++---
1 files changed, 4 insertions(+), 3 deletions(-)
diffs (25 lines):
diff -r c7cfe243ecac -r 93d4dae58056 tests/lib/libc/regex/Makefile
--- a/tests/lib/libc/regex/Makefile Sun Nov 06 19:45:04 2011 +0000
+++ b/tests/lib/libc/regex/Makefile Sun Nov 06 19:45:37 2011 +0000
@@ -1,4 +1,4 @@
-# $NetBSD: Makefile,v 1.7 2011/11/06 18:35:22 christos Exp $
+# $NetBSD: Makefile,v 1.8 2011/11/06 19:45:37 christos Exp $
MKMAN= no
@@ -9,12 +9,13 @@
SKIPASSOC?= left
BINDIR= ${TESTSDIR}
-PROGS+= h_regex h_regex_att
+PROGS?= h_regex
+PROGS+= h_regex_att
SRCS.h_regex_att= att.c
SRCS.h_regex= main.c split.c debug.c
CPPFLAGS+= -I${NETBSDSRCDIR}/lib/libc/regex ${IMPLEMENTATION}
-TESTS_SH= t_regex
+TESTS_SH?= t_regex
TESTS_SH+= t_regex_att
TESTS_C= t_exhaust
Home |
Main Index |
Thread Index |
Old Index