From 5abb3c602551c97b8e054cd6935a7bf28ff11850 Mon Sep 17 00:00:00 2001 From: Steven Allen Date: Wed, 7 Feb 2018 09:25:55 -0800 Subject: [PATCH] document test_go_test make target License: MIT Signed-off-by: Steven Allen --- Rules.mk | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Rules.mk b/Rules.mk index d467c1a10..c89f186ac 100644 --- a/Rules.mk +++ b/Rules.mk @@ -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'