mirror of
https://github.com/cuberite/libdeflate.git
synced 2025-09-10 12:58:30 -04:00
tools/run_tests.sh: more Android tests
This commit is contained in:
parent
794a40401d
commit
2f4315c21c
@ -201,12 +201,12 @@ android_tests() {
|
||||
fi
|
||||
|
||||
for compiler in gcc clang; do
|
||||
android_build_and_test --arch=arm --compiler=$compiler
|
||||
|
||||
android_build_and_test --arch=arm --compiler=$compiler \
|
||||
--disable-neon
|
||||
|
||||
android_build_and_test --arch=arm64 --compiler=$compiler
|
||||
for flags in "" "--enable-neon" "--enable-crypto"; do
|
||||
for arch in arm32 arm64; do
|
||||
android_build_and_test --arch=$arch \
|
||||
--compiler=$compiler $flags
|
||||
done
|
||||
done
|
||||
done
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user