mirror of
https://github.com/ipfs/kubo.git
synced 2025-08-06 19:44:01 +08:00
9 lines
242 B
Makefile
9 lines
242 B
Makefile
include mk/header.mk
|
|
|
|
CLEAN += $(d)/gotest.json $(d)/gotest.junit.xml
|
|
|
|
$(d)/gotest.junit.xml: clean test/bin/json-to-junit coverage/unit_tests.coverprofile
|
|
cat $(@D)/gotest.json | json-to-junit > $(@D)/gotest.junit.xml
|
|
|
|
include mk/footer.mk
|