Makefile: export NO_SVN_TESTS
authorJohannes Schindelin <Johannes.Schindelin@gmx.de>
Fri, 7 Jul 2006 11:26:31 +0000 (13:26 +0200)
committerJunio C Hamano <junkio@cox.net>
Fri, 7 Jul 2006 19:43:45 +0000 (12:43 -0700)
Without this patch, it really is not sufficient to define NO_SVN_TESTS
in config.mak or the Makefile.

Signed-off-by: Johannes Schindelin <Johannes.Schindelin@gmx.de>
Signed-off-by: Junio C Hamano <junkio@cox.net>
Makefile

index a0e90c012f9483123effe66bad790f585f16979a..cb83ebaf807ae0ed3cf5bc356e072269ec1685eb 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -656,6 +656,7 @@ GIT-CFLAGS: .FORCE-GIT-CFLAGS
 # with that.
 
 export NO_PYTHON
+export NO_SVN_TESTS
 
 test: all
        $(MAKE) -C t/ all