Commit 5abb3c60 authored by Steven Allen's avatar Steven Allen

document test_go_test make target

License: MIT
Signed-off-by: default avatarSteven Allen <steven@stebalien.com>
parent 0e8fc8ff
......@@ -145,7 +145,8 @@ help:
@echo ' test - Run all tests'
@echo ' test_short - Run short go tests and short sharness tests'
@echo ' test_go_short - Run short go tests'
@echo ' test_go_expensive - Run all go tests (and test build)'
@echo ' test_go_test - Run all go tests'
@echo ' test_go_expensive - Run all go tests and compile on all platforms'
@echo ' test_go_race - Run go tests with the race detector enabled'
@echo ' test_go_megacheck - Run the `megacheck` vetting tool'
@echo ' test_sharness_short - Run short sharness tests'
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment