-
Notifications
You must be signed in to change notification settings - Fork 363
Test runners
Waleri Enns edited this page Nov 14, 2013
·
7 revisions
Googletest is a C++ testing framework written by Google. To create JUnitReport compatible output call it this way:
<test executable> --gtest_output=xml:<filename>