diff options
author | Jia Tan <jiat0218@gmail.com> | 2023-07-20 22:11:13 +0800 |
---|---|---|
committer | Lasse Collin <lasse.collin@tukaani.org> | 2023-08-01 18:41:23 +0300 |
commit | e49815ba7aa610b72e8724025eceee23c27e7b23 (patch) | |
tree | ec913b01dedb4c27678f1d0c722ecdfca4c7ad2b /tests | |
parent | Translations: Update the Vietnamese translation. (diff) | |
download | xz-e49815ba7aa610b72e8724025eceee23c27e7b23.tar.xz |
Tests: Add ARM64 filter test to test_compress.sh.
Diffstat (limited to 'tests')
-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 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 |