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