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:
5
Makefile
5
Makefile
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user