Skip to content

Test runners

Waleri Enns edited this page Nov 14, 2013 · 7 revisions

Googletest

Googletest is a C++ testing framework written by Google. To create JUnitReport compatible output call it this way:

<test executable> --gtest_output=xml:<filename>
Clone this wiki locally