1
0
mirror of https://git.tukaani.org/xz.git synced 2025-02-19 15:08:14 +00:00

Tests: Add ARM64 filter test to test_compress.sh.

This commit is contained in:
Jia Tan 2023-07-20 22:11:13 +08:00 committed by Lasse Collin
parent db5b57b827
commit e49815ba7a

View File

@ -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