Changeset 9f1f942


Ignore:
Timestamp:
May 5, 2016, 9:43:04 AM (9 years ago)
Author:
Frederik Heber <heber@…>
Parents:
996ef1
git-author:
Frederik Heber <heber@…> (04/26/16 06:15:17)
git-committer:
Frederik Heber <heber@…> (05/05/16 09:43:04)
Message:

Molecuilderguitest now does checking with DRD when valgrind is given.

  • this should be more helpful than memgrind that issues a lot of errors and warnings about the Qt lib side of the code which we can do nothing about.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/GuiChecks/molecuilderguitest.in

    r996ef1 r9f1f942  
    1010libtool --mode=execute \
    1111${valgrind} -v \
    12 --log-file=valgrind.log \
    13 --xml=yes \
    14 --xml-file=valgrind.err \
    15 --time-stamp=yes \
    16 --error-exitcode=255 \
    17 --leak-check=full \
    18 --leak-resolution=high \
    19 --num-callers=20 \
    20 --track-origins=yes \
    21 --show-reachable=yes \
     12--tool=drd \
     13--vgdb=yes \
     14--vgdb-error=1 \
    2215"${AUTOTEST_PATH}/molecuildergui" --test-single \
    2316${1+"$@"}
Note: See TracChangeset for help on using the changeset viewer.