Restructure test suite's allocation recording so that tests can run in parallel

This commit is contained in:
Max Brunsfeld 2021-10-11 17:24:37 -07:00
parent fe29bc8c19
commit e78413832b
4 changed files with 214 additions and 154 deletions

View file

@ -31,13 +31,11 @@ OPTIONS
EOF
}
export RUST_TEST_THREADS=1
export RUST_BACKTRACE=full
mode=normal
test_flags="-p tree-sitter-cli"
while getopts "adDghl:e:s:t:" option; do
case ${option} in
h)