- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
src/documentation/tests/tests.dox
r5524ae9 r750cff 16 16 * \page tests Automated Tests 17 17 * 18 * There are t hreekinds of tests:18 * There are two kinds of tests: 19 19 * 20 20 * \li \subpage codetest "Code tests" … … 59 59 * every single test for each and every single commit in the code history before 60 60 * it is pushed to the central repository (git has ample means via \a rebase for 61 * correcting later found errors) , both for --disable-debug and --enable-debug.61 * correcting later found errors). 62 62 * 63 63 * Before a version tag is given (e.g. v1.1.3) it is to be made sure that also … … 65 65 * runs fine and produces a distributable archive. 66 66 * 67 * Since v1.4.8 valgrind's memcheck tool runs through as well (on all regression 68 * tests). There are three glitches, namely regression tests 28-30 which load 69 * python scripts and cause many PyObject_Free and other errors. These are 70 * ignored. A python suppression file was tried but to no success. 71 * Similarly, a valgrind check prior to giving a version tag is to be made 72 * starting from this version to prevent memory leaks. 73 * 74 * 75 * \date 2014-08-29 67 * \date 2011-10-31 76 68 * 77 69 */
Note:
See TracChangeset
for help on using the changeset viewer.