X-Git-Url: https://git.octo.it/?a=blobdiff_plain;f=contrib%2Fgit-svn%2FMakefile;h=d73aa5641c946b63591066f24c9b0e3b44b5148e;hb=42d328701dbdbc02c3361673629a44df478e69d7;hp=d7f1643bf77b764a894f937dc5a339bd53c5dc05;hpb=20b1d700c94c8b5b2b8b6f1b4982858d03cd9453;p=git.git diff --git a/contrib/git-svn/Makefile b/contrib/git-svn/Makefile index d7f1643b..d73aa564 100644 --- a/contrib/git-svn/Makefile +++ b/contrib/git-svn/Makefile @@ -28,8 +28,17 @@ git-svn.xml : git-svn.txt git-svn.html : git-svn.txt asciidoc -b xhtml11 -d manpage \ -f ../../Documentation/asciidoc.conf $< -test: - cd t && $(SHELL) ./t0000-contrib-git-svn.sh +test: git-svn + cd t && $(SHELL) ./t0000-contrib-git-svn.sh $(TEST_FLAGS) + cd t && $(SHELL) ./t0001-contrib-git-svn-props.sh $(TEST_FLAGS) + +full-test: + $(MAKE) test GIT_SVN_NO_LIB=1 GIT_SVN_NO_OPTIMIZE_COMMITS=1 + $(MAKE) test GIT_SVN_NO_LIB=0 GIT_SVN_NO_OPTIMIZE_COMMITS=1 + $(MAKE) test GIT_SVN_NO_LIB=1 GIT_SVN_NO_OPTIMIZE_COMMITS=0 \ + LC_ALL=en_US.UTF-8 + $(MAKE) test GIT_SVN_NO_LIB=0 GIT_SVN_NO_OPTIMIZE_COMMITS=0 \ + LC_ALL=en_US.UTF-8 clean: rm -f git-svn *.xml *.html *.1