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

add helper functions unit tests

This commit is contained in:
William Ting
2013-12-31 18:39:45 -06:00
parent 80d7ab660f
commit b3162c917b
3 changed files with 17 additions and 3 deletions

View File

@@ -1,7 +1,7 @@
VERSION = $(shell grep -oE "[0-9]+\.[0-9]+\.[0-9]+" bin/autojump)
TAGNAME = release-v$(VERSION)
.PHONY: docs install uninstall lint tar
.PHONY: docs install uninstall lint tar test
install:
install.sh