diff options
author | siddharth <s@ricketyspace.net> | 2021-10-10 10:17:10 -0400 |
---|---|---|
committer | siddharth <s@ricketyspace.net> | 2021-10-10 10:17:21 -0400 |
commit | 4aa1b6bdc168756c5af0d7ec0d4f412d038a34ca (patch) | |
tree | 84e86e53f9845b0020255eec4a3e6c234adbeb59 /Makefile | |
parent | 15e142c3f12fd9228b69bcaf4a2703c9d8205d59 (diff) |
lib: add test for sha1
Diffstat (limited to 'Makefile')
-rw-r--r-- | Makefile | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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 *~ ./*/*~ |