main/sqlite-tools: parallelize tests on loongarch64

This commit is contained in:
Celeste 2024-08-13 16:25:18 +00:00
parent 01641f5e29
commit 1c355dec5d

View file

@ -135,7 +135,7 @@ check() {
# others run "tcltest" which has more detailed output
case "$CARCH" in
arm*|riscv64)
arm*|riscv64|loongarch64)
make testrunner
;;
*)