Skip to content

Commit

Permalink
Weird, I forgot to have 'make test' call test.sh.
Browse files Browse the repository at this point in the history
  • Loading branch information
apenwarr committed Nov 21, 2009
1 parent d20ac24 commit d344532
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit d344532

Please sign in to comment.