Commit d5da16fa authored by Christian Couder's avatar Christian Couder

test/Makefile: add coverage target

License: MIT
Signed-off-by: default avatarChristian Couder <chriscool@tuxfamily.org>
parent 891b4c56
......@@ -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 ***'
......
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