summaryrefslogtreecommitdiff
path: root/src/Make.pkg
diff options
context:
space:
mode:
Diffstat (limited to 'src/Make.pkg')
-rw-r--r--src/Make.pkg3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/Make.pkg b/src/Make.pkg
index d4196b6e8..3dd57b710 100644
--- a/src/Make.pkg
+++ b/src/Make.pkg
@@ -53,6 +53,9 @@ clean:
test:
$(QUOTED_GOBIN)/gotest
+bench:
+ $(QUOTED_GOBIN)/gotest -benchmarks=. -match="Do not run tests"
+
nuke: clean
rm -f $(pkgdir)/$(TARG).a