Test suite: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
| Line 9: | Line 9: | ||
* coverage testing | * coverage testing | ||
* memory leak testing (valgrind) | * memory leak testing (valgrind) | ||
* how to go about debugging | |||
[[Category:Development]] | [[Category:Development]] | ||
Latest revision as of 02:12, 19 May 2010
The content from this page was lost in a recent server failure. We will be working to restore this content as soon as possible.
Document here:
- CUnit-based test suite
- test.py Python-based test suite
- bits of C++-based test code eg testconopt, testslvreq
- old test code no longer integrated
- Model self-testing.
- coverage testing
- memory leak testing (valgrind)
- how to go about debugging