summaryrefslogtreecommitdiffstats
path: root/Makefile
diff options
context:
space:
mode:
authorsiddharth <s@ricketyspace.net>2022-04-24 00:06:02 -0400
committersiddharth <s@ricketyspace.net>2022-04-24 00:06:50 -0400
commitd49b4b029def8ff6d0dd9bd07a1d144516e1abbf (patch)
treed884facbdb840cb6ac7ead1bcea6ef71874d7d29 /Makefile
parent6c777e540a9c15eea62407aa878be855a2e8e6e4 (diff)
http/client: add test for Get
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile3
1 files changed, 3 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 5e81a4c..b4a5b41 100644
--- a/Makefile
+++ b/Makefile
@@ -9,3 +9,6 @@ peach: fmt
fmt:
go fmt ${MOD} ${MOD}/http/client
+test:
+ go test -v ${MOD}/http/client
+.PHONY: test