document test_go_test make target
License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>
Steven Allen committed
Feb 7, 2018 at 09:25 UTC
5abb3c602551c97b8e054cd6935a7bf28ff11850
1 file changed
+2
-1
Rules.mk
+2
-1
@@ -145,7 +145,8 @@ help:
145
@echo ' test - Run all tests'
146
@echo ' test_short - Run short go tests and short sharness tests'
147
@echo ' test_go_short - Run short go tests'
148
- @echo ' test_go_expensive - Run all go tests (and test build)'
148
+ @echo ' test_go_test - Run all go tests'
149
+ @echo ' test_go_expensive - Run all go tests and compile on all platforms'
150
@echo ' test_go_race - Run go tests with the race detector enabled'
151
@echo ' test_go_megacheck - Run the `megacheck` vetting tool'
152
@echo ' test_sharness_short - Run short sharness tests'