Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-07-12 | Updated everything for release 0.55.0.0.55.0 | Jussi Pakkanen | 1 | -6/+0 | |
2020-05-04 | Add native support for gtest tests | Dylan Baker | 1 | -0/+6 | |
Gtest can output junit results with a command line switch. We can parse this to get more detailed results than the returncode, and put those in our own Junit output. We basically just throw away the top level 'testsuites' object, then fixup the names of the tests, and shove that into our junit. |