aboutsummaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/gtest_protocol.md
AgeCommit message (Collapse)AuthorFilesLines
2020-07-12Updated everything for release 0.55.0.0.55.0Jussi Pakkanen1-6/+0
2020-05-04Add native support for gtest testsDylan Baker1-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.