readme additions and vendor updates

This commit is contained in:
Ian Norden
2019-12-02 13:24:46 -06:00
parent 6434a7279d
commit bc59aa4ed6
1113 changed files with 246218 additions and 0 deletions
+2
View File
@@ -0,0 +1,2 @@
gotest.json
gotest.junit.xml
+8
View File
@@ -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