colcon / colcon-cmake

Extension for colcon to support CMake packages
http://colcon.readthedocs.io
Apache License 2.0
16 stars 26 forks source link

support reading CTest result files #40

Closed dirk-thomas closed 5 years ago

dirk-thomas commented 5 years ago

Support reading build/<pkgname>/Testing/<timestamp>/Test.xml files and showing them in the test-result verb. This will require the test-result verb to provide an extension point for external result parsers.