From 0892ebdc59c5eb080d616b2abea57913d70f84f9 Mon Sep 17 00:00:00 2001 From: Tad Fisher Date: Thu, 16 Mar 2017 14:43:05 -0700 Subject: Add test harness and basic insert test --- Makefile | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) (limited to 'Makefile') 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 -- cgit v1.2.3