Home | History | Annotate | Download | only in test
      1 #!/system/bin/sh
      2 
      3 set -e
      4 
      5 test_dir=/data/nativetest/jemalloc_unittests
      6 
      7 $test_dir/bitmap
      8 $test_dir/ckh
      9 $test_dir/hash
     10 $test_dir/junk
     11 $test_dir/mallctl
     12 $test_dir/math
     13 $test_dir/mq
     14 $test_dir/mtx
     15 $test_dir/ql
     16 $test_dir/qr
     17 $test_dir/quarantine
     18 $test_dir/rb
     19 $test_dir/rtree
     20 $test_dir/SFMT
     21 $test_dir/stats
     22 $test_dir/tsd
     23 $test_dir/util
     24 $test_dir/zero
     25