~michihenning/thumbnailer/snap

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
#
# Tests listed here will not be run by the valgrind target,
# either because there is no point (we don't want to
# test that a python script doesn't leak), or because,
# under valgrind, the test runs too slowly to meet
# its timing constraints (or crashes valgrind).
#

SET(CTEST_CUSTOM_MEMCHECK_IGNORE
    speed
    copyright
    stand-alone-internal-headers
    stand-alone-core-headers
    stand-alone-core-internal-headers
    stand-alone-libthumbnailer-qt-headers
    clean-public-libthumbnailer-qt-headers
    whitespace
)