Set MALLOC_OPTIONS and MALLOC_CONF for all regress targets.
This commit is contained in:
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user