summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorsiddharth <s@ricketyspace.net>2021-10-10 10:17:10 -0400
committersiddharth <s@ricketyspace.net>2021-10-10 10:17:21 -0400
commit4aa1b6bdc168756c5af0d7ec0d4f412d038a34ca (patch)
tree84e86e53f9845b0020255eec4a3e6c234adbeb59 /Makefile
parent15e142c3f12fd9228b69bcaf4a2703c9d8205d59 (diff)
lib: add test for sha1
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile4
1 files changed, 4 insertions, 0 deletions
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 *~ ./*/*~