diff options
author | Tad Fisher <tadfisher@gmail.com> | 2017-03-16 14:44:29 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-03-16 14:44:29 -0700 |
commit | 329947aaff5e3cfeb1f6711a69c0bf82dba20a61 (patch) | |
tree | bf8388ffa7c56cde96df8438726f6585905fed1b /Makefile | |
parent | 12e151e24d4ad8dbebd7ccc26c02fb8fbfc6c02e (diff) | |
parent | 0892ebdc59c5eb080d616b2abea57913d70f84f9 (diff) | |
download | pass-otp-329947aaff5e3cfeb1f6711a69c0bf82dba20a61.tar.gz pass-otp-329947aaff5e3cfeb1f6711a69c0bf82dba20a61.zip |
Merge pull request #12 from tadfisher/tests
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 |