@cryptotaxi247 / kubo / commits / 30b8fa06b

document make targets

fixes #4647 License: MIT Signed-off-by: Steven Allen <steven@stebalien.com>

Steven Allen committed Feb 4, 2018 at 15:09 UTC 30b8fa06bbb06b4de171ba71e977df6cd57949ba
1 file changed +8 -8
Rules.mk
+8 -8
@@ -142,14 +142,14 @@ help:
142 @echo ''
143 @echo 'TESTING TARGETS:'
144 @echo ''
145 - @echo ' test - Run expensive tests'
146 - @echo ' test_short - Run short tests and short sharness tests'
147 - @echo ' test_go_short'
148 - @echo ' test_go_expensive'
149 - @echo ' test_go_race'
150 - @echo ' test_go_megacheck - Run the `megacheck` vetting tool'
151 - @echo ' test_sharness_short'
152 - @echo ' test_sharness_expensive'
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)'
149 + @echo ' test_go_race - Run go tests with the race detector enabled'
150 + @echo ' test_go_megacheck - Run the `megacheck` vetting tool'
151 + @echo ' test_sharness_short - Run short sharness tests'
152 + @echo ' test_sharness_expensive - Run all sharness tests'
153 @echo ' test_sharness_race'
154 @echo ' coverage - Collects coverage info from unit tests and sharness'
155 @echo