From d5da16faf62e8fd4e0eebf26a3e5f7ad259bd0b4 Mon Sep 17 00:00:00 2001 From: Christian Couder Date: Sat, 24 Oct 2015 12:34:40 +0200 Subject: [PATCH] test/Makefile: add coverage target License: MIT Signed-off-by: Christian Couder --- test/Makefile | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/Makefile b/test/Makefile index 16bc415fc..06df935ed 100644 --- a/test/Makefile +++ b/test/Makefile @@ -67,6 +67,11 @@ test_race: verify_gofmt cd 3nodetest && make GOFLAGS=-race cd dependencies && make GOFLAGS=-race +coverage: coverage_sharness + +coverage_sharness: + ./sharness_test_coverage_helper.sh + IPFS-BUILD-OPTIONS: FORCE @bin/checkflags '$@' '$(GOFLAGS)' '*** new Go flags ***'