darbyjohnston / DJV

Professional media review software for VFX, animation, and film production
https://darbyjohnston.github.io/DJV/
BSD 3-Clause "New" or "Revised" License
658 stars 58 forks source link

Support for CTest to drive test suite #177

Closed jfpanisset closed 4 years ago

jfpanisset commented 4 years ago

Consider leveraging CTest to drive the test suite, and possible upload test results to the CDash console. Some experimentation with uploading to CDash:

https://github.com/jfpanisset/aswf-sample-project#uploading-ctest-results-to-cdash

jfpanisset commented 4 years ago

Nevermind, looks like CTest is already being used.

darbyjohnston commented 4 years ago

As I mentioned in the other issue (https://github.com/darbyjohnston/DJV/issues/155#issuecomment-559893676), DJV does use CTest for running the test suite but it would be nice to get CDash support enabled.