aboutsummaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
authorTad Fisher <tad@simple.com>2017-03-16 14:43:05 -0700
committerTad Fisher <tad@simple.com>2017-03-16 14:43:05 -0700
commit0892ebdc59c5eb080d616b2abea57913d70f84f9 (patch)
treea9cce0bf4b794d9bbec9b28421305ef5d8a396d9 /Makefile
parentb13ce53fc100b9c18494786deff934cb56ff1535 (diff)
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