Tests: Add ARM64 filter test to test_compress.sh.

This commit is contained in:
Jia Tan 2023-07-20 22:11:13 +08:00 committed by Lasse Collin
parent db5b57b827
commit e49815ba7a
1 changed files with 1 additions and 0 deletions

View File

@ -144,6 +144,7 @@ test_filter POWERPC --power
test_filter IA64 --ia64
test_filter ARM --arm
test_filter ARMTHUMB --armthumb
test_filter ARM64 --arm64
test_filter SPARC --sparc
exit 0