Skip to content

Continuous integration

Andrey Fedorov edited this page Jun 11, 2016 · 4 revisions

Setting up testing

How to use CTest with Jenkins xUnit or JUnit Plugin

http://stackoverflow.com/questions/6329215/how-to-get-ctest-results-in-hudson-jenkins

Travis-CI tutorial: https://www.raywenderlich.com/109418/travis-ci-tutorial

Coverage

https://coveralls.zendesk.com/hc/en-us/articles/201342799-C-C-

https://github.com/JoakimSoderberg/coveralls-cmake

DICOM testing

Notes from a QIICR meeting discussion:

  • add a mechanism for deterministic generation of UIDs
  • reset UIDs prior to comparison
  • do hash comparison of the objects
  • note that there are binary versions of the dicom3tools for all 3 platforms
  • build-time testing vs testing of the packaged application
Clone this wiki locally