Add XUnit compatible test output

This commit is contained in:
Jakob Borg
2016-01-10 00:31:55 +01:00
parent 1e52cc474f
commit 837fde70ae
3 changed files with 10 additions and 12 deletions

View File

@@ -182,6 +182,7 @@ func setup() {
runPrint("go", "get", "-v", "github.com/tools/godep")
runPrint("go", "get", "-v", "github.com/axw/gocov/gocov")
runPrint("go", "get", "-v", "github.com/AlekSi/gocov-xml")
runPrint("go", "get", "-v", "bitbucket.org/tebeka/go2xunit")
}
func test(pkg string) {