diff options
author | 2012-09-25 10:40:14 -0700 | |
---|---|---|
committer | 2012-09-25 10:40:15 -0700 | |
commit | 0ec6aa567a2ad94960ad71e35d814d5abda027f3 (patch) | |
tree | 852e2c05e38a731eea403d64c43f8884a34a0540 /t/perf | |
parent | Merge branch 'aj/xfuncname-ada' (diff) | |
parent | MALLOC_CHECK: various clean-ups (diff) | |
download | tgif-0ec6aa567a2ad94960ad71e35d814d5abda027f3.tar.xz |
Merge branch 'ep/malloc-check-perturb'
Run our test scripts with MALLOC_CHECK_ and MALLOC_PERTURB_, the
built-in memory access checking facility GNU libc has.
* ep/malloc-check-perturb:
MALLOC_CHECK: various clean-ups
Add MALLOC_CHECK_ and MALLOC_PERTURB_ libc env to the test suite for detecting heap corruption
Diffstat (limited to 't/perf')
-rw-r--r-- | t/perf/perf-lib.sh | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/t/perf/perf-lib.sh b/t/perf/perf-lib.sh index a1361e530c..1d0bb9d017 100644 --- a/t/perf/perf-lib.sh +++ b/t/perf/perf-lib.sh @@ -42,6 +42,7 @@ else fi TEST_NO_CREATE_REPO=t +TEST_NO_MALLOC_=t . ../test-lib.sh |