From 4aa1b6bdc168756c5af0d7ec0d4f412d038a34ca Mon Sep 17 00:00:00 2001 From: siddharth Date: Sun, 10 Oct 2021 10:17:10 -0400 Subject: lib: add test for sha1 --- Makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Makefile') diff --git a/Makefile b/Makefile index cd6490a..1de7ab7 100644 --- a/Makefile +++ b/Makefile @@ -8,6 +8,10 @@ fmt: go fmt ${MOD} ${MOD}/challenge ${MOD}/lib .PHONY: fmt +test: + go test ${MOD}/lib +.PHONY: test + clean: go clean rm -f *~ ./*/*~ -- cgit v1.2.3