diff options
author | Tad Fisher <tad@simple.com> | 2017-03-16 14:43:05 -0700 |
---|---|---|
committer | Tad Fisher <tad@simple.com> | 2017-03-16 14:43:05 -0700 |
commit | 0892ebdc59c5eb080d616b2abea57913d70f84f9 (patch) | |
tree | a9cce0bf4b794d9bbec9b28421305ef5d8a396d9 /Makefile | |
parent | b13ce53fc100b9c18494786deff934cb56ff1535 (diff) | |
download | pass-otp-0892ebdc59c5eb080d616b2abea57913d70f84f9.tar.gz pass-otp-0892ebdc59c5eb080d616b2abea57913d70f84f9.zip |
Add test harness and basic insert test
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 6 |
1 files changed, 1 insertions, 5 deletions
@@ -26,11 +26,7 @@ uninstall: "$(DESTDIR)$(SYSTEM_EXTENSION_DIR)/$(PROG).bash" \ "$(DESTDIR)$(MANDIR)/man1/pass-$(PROG).1" -test: - make -C tests - lint: shellcheck -s bash $(PROG).bash - -.PHONY: install uninstall test lint +.PHONY: install uninstall lint |