Set MALLOC_OPTIONS and MALLOC_CONF for all regress targets.

This commit is contained in:
Todd C. Miller
2021-02-15 13:17:46 -07:00
parent 52e3fcc795
commit de2a47f273
4 changed files with 12 additions and 0 deletions

View File

@@ -222,6 +222,8 @@ fuzz:
check: $(TEST_PROGS)
@if test X"$(cross_compiling)" != X"yes"; then \
MALLOC_OPTIONS=S; export MALLOC_OPTIONS; \
MALLOC_CONF="abort:true,junk:true"; export MALLOC_CONF; \
./check_python_examples ".libs/python_plugin.so"; \
fi