xref: /aosp_15_r20/external/parameter-framework/upstream/ctest/CTestCustom.cmake (revision c33452fb792a5495ec310a9626f2638b053af5dd)
1SET(CTEST_CUSTOM_MEMCHECK_IGNORE
2  ${CTEST_CUSTOM_MEMCHECK_IGNORE}
3  # Python generates too many valgrind errors,
4  # runing python based tests would be long and useless.
5  fix_point_parameter
6  functional-test-legacy
7  xml-generator
8  )
9