Adapts mallocx integration tests for smallocx

This commit is contained in:
gnzlbg
2018-07-11 15:04:48 +02:00
committed by Jason Evans
parent 08260a6b94
commit 730e57b08f
3 changed files with 302 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
#!/bin/sh
if [ "x${enable_fill}" = "x1" ] ; then
export MALLOC_CONF="junk:false"
fi