diff options
author | Jia Tan <jiat0218@gmail.com> | 2023-07-20 22:11:13 +0800 |
---|---|---|
committer | Jia Tan <jiat0218@gmail.com> | 2023-07-20 22:11:13 +0800 |
commit | 194d12724b30fe42789d12a0184f9d412c449347 (patch) | |
tree | 4a89fac8d649dc90c5767103990fbc3018deb3f7 /tests/test_compress.sh | |
parent | Translations: Update the Croatian translation. (diff) | |
download | xz-194d12724b30fe42789d12a0184f9d412c449347.tar.xz |
Tests: Add ARM64 filter test to test_compress.sh.
Diffstat (limited to 'tests/test_compress.sh')
-rwxr-xr-x | tests/test_compress.sh | 1 |
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 |