mbuffer (20100526-2) 02-test-cleanup.patch

Summary

 Makefile.in |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

    
download this patch

Patch contents

Description: Make the test suite a bit more configurable.
 Upstream has to be portable across various platforms' implementations of
 make(1), so the TESTTREE variable is set unconditionally.  GNU make on
 Debian understands ?=, so use it.
Forwarded: not-needed
Author: Peter Pentchev <roam@ringlet.net>
Last-Update: 2010-02-12

--- a/Makefile.in
+++ b/Makefile.in
@@ -19,7 +19,7 @@
 SOURCES		= log.c network.c mbuffer.c
 OBJECTS		= $(SOURCES:.c=.o)
 
-TESTTREE	= /opt/csw/gcc4
+TESTTREE	?= /opt/csw/gcc4
 
 .PHONY: clean all distclean install check testcleanup