aboutsummaryrefslogtreecommitdiff
path: root/android/test/run_jemalloc_tests.sh
diff options
context:
space:
mode:
Diffstat (limited to 'android/test/run_jemalloc_tests.sh')
-rwxr-xr-xandroid/test/run_jemalloc_tests.sh4
1 files changed, 4 insertions, 0 deletions
diff --git a/android/test/run_jemalloc_tests.sh b/android/test/run_jemalloc_tests.sh
index e4a935d..ae479e7 100755
--- a/android/test/run_jemalloc_tests.sh
+++ b/android/test/run_jemalloc_tests.sh
@@ -17,10 +17,13 @@
UNIT_TEST_DIR="jemalloc_unittests"
UNIT_TESTS=( \
+ "a0" \
+ "arena_reset" \
"atomic" \
"bitmap" \
"ckh" \
"decay" \
+ "fork" \
"hash" \
"junk" \
"junk_alloc" \
@@ -51,6 +54,7 @@ UNIT_TESTS=( \
"ticker" \
"tsd" \
"util" \
+ "witness" \
"zero" \
)