File: CTestCustom.cmake.in

package info (click to toggle)
persistent-cache-cpp 1.0.7-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 648 kB
  • sloc: cpp: 7,754; python: 183; ansic: 91; sh: 34; makefile: 7
file content (16 lines) | stat: -rw-r--r-- 444 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#
# Tests listed here will not be run by the valgrind target,
# either because there is not 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
    copyright
    speed
    stand-alone-core-headers
    stand-alone-core-internal-headers
    clean-public-core-headers
    whitespace
)