From: Avery Pennarun Date: Sat, 21 Nov 2009 00:43:47 +0000 (-0500) Subject: Weird, I forgot to have 'make test' call test.sh. X-Git-Tag: v1.7.11-rc0~176^2~27 X-Git-Url: https://git.lorimer.id.au/gitweb.git/diff_plain/d344532afd3d99c9cdd6d7cfc46bd92ff7def4e8?ds=sidebyside Weird, I forgot to have 'make test' call test.sh. --- diff --git a/Makefile b/Makefile index 9b204bdcae..91e0cc08ea 100644 --- a/Makefile +++ b/Makefile @@ -15,6 +15,7 @@ default: @echo "Just copy it somewhere on your PATH, like /usr/local/bin." @echo @echo "Try: make doc" + @echo " or: make test" @false install: install-exe install-doc @@ -35,6 +36,9 @@ doc: git-subtree.1 %.xml: %.txt asciidoc -b docbook -d manpage -f asciidoc.conf \ -agit_version=$(gitver) $^ + +test: + ./test.sh clean: rm -f *~ *.xml *.html *.1