Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/documentation/tests/tests.dox

    r750cff r5524ae9  
    1616 * \page tests Automated Tests
    1717 *
    18  * There are two kinds of tests:
     18 * There are three kinds of tests:
    1919 *
    2020 *  \li \subpage codetest "Code tests"
     
    5959 * every single test for each and every single commit in the code history before
    6060 * it is pushed to the central repository (git has ample means via \a rebase for
    61  * correcting later found errors).
     61 * correcting later found errors), both for --disable-debug and --enable-debug.
    6262 *
    6363 * Before a version tag is given (e.g. v1.1.3) it is to be made sure that also
     
    6565 * runs fine and produces a distributable archive.
    6666 *
    67  * \date 2011-10-31
     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
    6876 *
    6977 */
Note: See TracChangeset for help on using the changeset viewer.