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