aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJia Tan <jiat0218@gmail.com>2023-07-20 22:11:13 +0800
committerLasse Collin <lasse.collin@tukaani.org>2023-08-01 18:41:23 +0300
commite49815ba7aa610b72e8724025eceee23c27e7b23 (patch)
treeec913b01dedb4c27678f1d0c722ecdfca4c7ad2b
parentTranslations: Update the Vietnamese translation. (diff)
downloadxz-e49815ba7aa610b72e8724025eceee23c27e7b23.tar.xz
Tests: Add ARM64 filter test to test_compress.sh.
-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 0aa81001..ff13cefa 100755
--- a/tests/test_compress.sh
+++ b/tests/test_compress.sh
@@ -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