aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorJia Tan <jiat0218@gmail.com>2023-07-20 22:11:13 +0800
committerJia Tan <jiat0218@gmail.com>2023-07-20 22:11:13 +0800
commit194d12724b30fe42789d12a0184f9d412c449347 (patch)
tree4a89fac8d649dc90c5767103990fbc3018deb3f7 /tests
parentTranslations: Update the Croatian translation. (diff)
downloadxz-194d12724b30fe42789d12a0184f9d412c449347.tar.xz
Tests: Add ARM64 filter test to test_compress.sh.
Diffstat (limited to 'tests')
-rwxr-xr-xtests/test_compress.sh1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_compress.sh b/tests/test_compress.sh
index 46244cc6..457bfbe8 100755
--- a/tests/test_compress.sh
+++ b/tests/test_compress.sh
@@ -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