summaryrefslogtreecommitdiff
path: root/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'Makefile')
-rw-r--r--Makefile5
1 files changed, 5 insertions, 0 deletions
diff --git a/Makefile b/Makefile
index 2311fb2..666271a 100644
--- a/Makefile
+++ b/Makefile
@@ -63,6 +63,11 @@ test_specific:
$(GO) clean -testcache
$(GO) test ./... -run ^$(TEST_NAME)$$ -v
+.PHONY: test_foo
+test_foo:
+ $(GO) clean -testcache
+ $(GO) test ./internal/types -v
+
.PHONY: bench
bench:
$(GO) test ./... -v -bench=. -run xxx