Tests: Add ARM64 filter test to test_compress.sh.

This commit is contained in:
Jia Tan 2023-07-20 22:11:13 +08:00
parent d850365c44
commit 194d12724b
1 changed files with 1 additions and 0 deletions

View File

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