aboutsummaryrefslogtreecommitdiffstats
path: root/CTestCustom.cmake
blob: bcf65e910d368997ebe2d0f573e3f2172ef65cf4 (plain)
1
2
3
4
5
6
SET(CTEST_CUSTOM_MEMCHECK_IGNORE
  ${CTEST_CUSTOM_MEMCHECK_IGNORE}
  # Python generates too many valgrind errors,
  # runing python based tests would be long and useless.
  fix_point_parameter
  )