Module Name:    src
Committed By:   christos
Date:           Sun Nov  6 19:45:37 UTC 2011

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

Log Message:
make the standard tests optional.


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

Modified files:

Index: src/tests/lib/libc/regex/Makefile
diff -u src/tests/lib/libc/regex/Makefile:1.7 src/tests/lib/libc/regex/Makefile:1.8
--- src/tests/lib/libc/regex/Makefile:1.7	Sun Nov  6 13:35:22 2011
+++ src/tests/lib/libc/regex/Makefile	Sun Nov  6 14:45:37 2011
@@ -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 @@ IMPLEMENTATION?=	-DREGEX_SPENCER
 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
 

Reply via email to