aboutsummaryrefslogtreecommitdiffstats
path: root/ctest/CTestCustom.cmake
diff options
context:
space:
mode:
authorKevin Rocard <kevin.rocard@intel.com>2015-04-11 23:03:52 +0200
committerEric Laurent <elaurent@google.com>2015-04-24 13:39:14 -0700
commitef9cc769da415e23ce00f9af07783997929f5f8b (patch)
tree90a7d5c77bfcbc0a3dab37c7d3ac26a3ba88c88a /ctest/CTestCustom.cmake
parent3067473d780e1651804c37f3475dce96e49a7e95 (diff)
downloadexternal_parameter-framework-ef9cc769da415e23ce00f9af07783997929f5f8b.zip
external_parameter-framework-ef9cc769da415e23ce00f9af07783997929f5f8b.tar.gz
external_parameter-framework-ef9cc769da415e23ce00f9af07783997929f5f8b.tar.bz2
Move ctest definitions in it's own CMakeList
Ctest related files and definitions were at the source root although we try to keep it simple. Move all ctest related files and definition in a ctest directory. Signed-off-by: Kevin Rocard <kevin.rocard@intel.com>
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
+ )