@cryptotaxi247 / kubo / commits / 0e8fc8ffc

remove useless make target

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

Steven Allen committed Feb 4, 2018 at 15:10 UTC 0e8fc8ffc8ac85844e3e505f696a4b6cbb923180
2 files changed -4
Rules.mk
-1
@@ -150,7 +150,6 @@ help:
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'
153 @echo ' coverage - Collects coverage info from unit tests and sharness'
154 @echo
155 .PHONY: help
test/sharness/Rules.mk
-3
@@ -60,9 +60,6 @@ test_sharness_expensive: export TEST_EXPENSIVE=1
60 test_sharness_expensive: test_sharness_short
61 .PHONY: test_sharness_expensive
62
63 -test_sharness_race: GOFLAGS += -race
64 -.PHONY: test_sharness_race
65 -
63 TEST += test_sharness_expensive
64 TEST_SHORT += test_sharness_short
65