Skip to content

Commit 046c335

Browse files
Makefile: utilize UNIT_BENCH flag in make unit-bench target
1 parent c8004f2 commit 046c335

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Makefile

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -111,6 +111,11 @@ unit-debug:
111111
@$(call print, "Running debug unit tests.")
112112
$(UNIT_DEBUG)
113113

114+
#? unit-bench: Run benchmark tests
115+
unit-bench:
116+
@$(call print, "Running benchmark tests.")
117+
$(UNIT_BENCH)
118+
114119
# =========
115120
# UTILITIES
116121
# =========
@@ -154,6 +159,7 @@ tidy-module-check: tidy-module
154159
unit-cover \
155160
unit-race \
156161
unit-debug \
162+
unit-bench \
157163
fmt \
158164
fmt-check \
159165
lint \

0 commit comments

Comments
 (0)