Your browser was unable to load all of the resources. They may have been blocked by your firewall, proxy or browser configuration.
Press Ctrl+F5 or Ctrl+Shift+R to have your browser try again.

Google Test and ctest #4694

MFalkner ·

When using Google Test in combination with CTest to generate XML output, each test produces an individual XML file containing its results. These files can be published very nicely using a JUnit Report viewer.
However, Google Test does not provide structured test names, which results in the Package field of the JUnit report remaining empty. The Test Suite and Test fields are correctly populated, though.
It would be very convenient if the Package name could be derived automatically from the filename of the XML report. This would significantly improve navigation and make it much easier to locate specific tests.
Is this currently possible?

  • replies 1
  • views 28
  • stars 0
steveluo ADMIN ·