1
0
mirror of https://github.com/wting/autojump synced 2026-03-02 03:49:26 +00:00

add unit tests, run using: make test

This commit is contained in:
William Ting
2012-05-12 16:31:58 -10:00
parent 13e385a0ef
commit f25d7ba996
4 changed files with 167 additions and 1 deletions

View File

@@ -1,7 +1,7 @@
VERSION = v20
TAGNAME = release-$(VERSION)
.PHONY: docs install uninstall
.PHONY: docs install uninstall test
install:
install.sh
@@ -28,3 +28,6 @@ release:
# Create tagged archive
git archive --format=tar --prefix autojump_$(VERSION)/ $(TAGNAME) | gzip > autojump_$(VERSION).tar.gz
test:
python tests/runtests.py