aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTad Fisher <tadfisher@gmail.com>2017-03-16 14:44:29 -0700
committerGitHub <noreply@github.com>2017-03-16 14:44:29 -0700
commit329947aaff5e3cfeb1f6711a69c0bf82dba20a61 (patch)
treebf8388ffa7c56cde96df8438726f6585905fed1b /Makefile
parent12e151e24d4ad8dbebd7ccc26c02fb8fbfc6c02e (diff)
parent0892ebdc59c5eb080d616b2abea57913d70f84f9 (diff)
downloadpass-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--Makefile6
1 files changed, 1 insertions, 5 deletions
diff --git a/Makefile b/Makefile
index a0542b9..537a699 100644
--- a/Makefile
+++ b/Makefile
@@ -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