forked from cerc-io/ipld-eth-server
readme additions and vendor updates
This commit is contained in:
@@ -0,0 +1,2 @@
|
||||
gotest.json
|
||||
gotest.junit.xml
|
||||
+8
@@ -0,0 +1,8 @@
|
||||
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
|
||||
Reference in New Issue
Block a user