summaryrefslogtreecommitdiff
path: root/tests/fate.sh
diff options
context:
space:
mode:
authorClément Bœsch <ubitux@gmail.com>2012-07-02 19:31:35 +0200
committerClément Bœsch <ubitux@gmail.com>2012-07-02 21:02:15 +0200
commit7c84e7d33762a4bccc0002476a3b20e0b8f26fcc (patch)
tree30163a541ec3307e174568460f8b7fb66de4a52c /tests/fate.sh
parent2278a3e5f7327fb2ba823fb10275b5a726adee6f (diff)
mem: heap memory poisoning.
Enable it by default with FATE. limitation: not random, and not supported with realloc.
Diffstat (limited to 'tests/fate.sh')
-rwxr-xr-xtests/fate.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/fate.sh b/tests/fate.sh
index a7b15cd1b0..0bf10ab853 100755
--- a/tests/fate.sh
+++ b/tests/fate.sh
@@ -45,6 +45,7 @@ configure()(
--prefix="${inst}" \
--samples="${samples}" \
--enable-gpl \
+ --enable-memory-poisoning \
${arch:+--arch=$arch} \
${cpu:+--cpu="$cpu"} \
${cross_prefix:+--cross-prefix="$cross_prefix"} \