Searched refs:failmalloc (Results 1 – 8 of 8) sorted by relevance
41 failmalloc.c failmalloc_test.c45 add_executable(failmalloc EXCLUDE_FROM_ALL target48 target_link_libraries(failmalloc52 add_test(failmalloc failmalloc)53 add_dependencies(check failmalloc)
32 check_PROGRAMS += failmalloc program72 failmalloc_SOURCES = failmalloc.c failmalloc_test.c failmalloc_test.h \89 TESTS += failmalloc
2 failmalloc
7 AC_ARG_WITH(failmalloc, [ --with-failmalloc=PATH use Failmalloc for tests], [ optwith38 AC_MSG_CHECKING([for failmalloc])
30 TESTS += check-failmalloc.sh42 check-failmalloc.sh \
12 option(ENABLE_FAILMALLOC "Build failmalloc test program" ON)
90 AC_ARG_ENABLE([failmalloc], optenable91 [AS_HELP_STRING([--disable-failmalloc],92 [Do not build failmalloc test program])],833 # failmalloc tests
16323 - Fix crashes on memory allocation failure found with failmalloc.17595 - Fix some potential crashes found with failmalloc.