Coverage testing: Difference between revisions

From ASCEND
Jump to navigation Jump to search
Restored page from Google Cache, uploaded by John Pye
 
No edit summary
 
(3 intermediate revisions by the same user not shown)
Line 3: Line 3:
We propose to implement some kind of nightly testing system eventually. This will require a few different systems to be integrated: cron subversion checkout, a 'build bot', and hopefully a test-reporter and coverage reporter.
We propose to implement some kind of nightly testing system eventually. This will require a few different systems to be integrated: cron subversion checkout, a 'build bot', and hopefully a test-reporter and coverage reporter.


[http://ggcov.sourceforge.net/]
== See also ==
* [[Gcov]]: instructions for using gcov and lcov with the ASCEND codebase
* [https://github.com/ggcov/ggcov ggcov]
* [http://gcovr.com/ gcovr]
* [[BuildBot]].


See also [[BuildBot]].
[[Category:Proposed]]
 
 
 
 
[[Category:Proposed]]

Latest revision as of 15:26, 10 July 2017

This article is about planned development or proposed functionality. Comments welcome.

We propose to implement some kind of nightly testing system eventually. This will require a few different systems to be integrated: cron subversion checkout, a 'build bot', and hopefully a test-reporter and coverage reporter.

See also