summaryrefslogtreecommitdiff
path: root/t/t0011-hashmap.sh
diff options
context:
space:
mode:
authorLibravatar Junio C Hamano <gitster@pobox.com>2021-10-07 15:28:38 -0700
committerLibravatar Junio C Hamano <gitster@pobox.com>2021-10-07 15:36:00 -0700
commit25dc57bac8ea77a12a98df75d2f1296dea9d9fa9 (patch)
tree296c0adba407b4e5524e4c21f07dfb8ef41b8432 /t/t0011-hashmap.sh
parentThe eleventh batch (diff)
parenttests: add a test mode for SANITIZE=leak, run it in CI (diff)
downloadtgif-25dc57bac8ea77a12a98df75d2f1296dea9d9fa9.tar.xz
Merge branch 'ab/sanitize-leak-ci' into ab/mark-leak-free-tests
* ab/sanitize-leak-ci: tests: add a test mode for SANITIZE=leak, run it in CI Makefile: add SANITIZE=leak flag to GIT-BUILD-OPTIONS
Diffstat (limited to 't/t0011-hashmap.sh')
-rwxr-xr-xt/t0011-hashmap.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/t/t0011-hashmap.sh b/t/t0011-hashmap.sh
index 5343ffd3f9..e094975b13 100755
--- a/t/t0011-hashmap.sh
+++ b/t/t0011-hashmap.sh
@@ -1,6 +1,8 @@
#!/bin/sh
test_description='test hashmap and string hash functions'
+
+TEST_PASSES_SANITIZE_LEAK=true
. ./test-lib.sh
test_hashmap() {