aboutsummaryrefslogtreecommitdiffstats
path: root/CTestCustom.cmake
diff options
context:
space:
mode:
Diffstat (limited to 'CTestCustom.cmake')
-rw-r--r--CTestCustom.cmake6
1 files changed, 6 insertions, 0 deletions
diff --git a/CTestCustom.cmake b/CTestCustom.cmake
new file mode 100644
index 0000000..bcf65e9
--- /dev/null
+++ b/CTestCustom.cmake
@@ -0,0 +1,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
+ )