mirror of
https://github.com/ipfs/kubo.git
synced 2026-02-21 18:37:45 +08:00
License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch> License: MIT Signed-off-by: Jakub Sztandera <kubuxu@protonmail.ch>
9 lines
247 B
Makefile
9 lines
247 B
Makefile
include mk/header.mk
|
|
|
|
CLEAN += $(d)/gotest.json $(d)/gotest.junit.xml
|
|
|
|
$(d)/gotest.junit.xml: clean test/bin/gotestsum coverage/unit_tests.coverprofile
|
|
gotestsum --no-color --junitfile $@ --raw-command cat $(@D)/gotest.json
|
|
|
|
include mk/footer.mk
|