diff options
Diffstat (limited to '')
-rwxr-xr-x | tests/test_files.sh | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/tests/test_files.sh b/tests/test_files.sh index ceb9197c..64d73081 100755 --- a/tests/test_files.sh +++ b/tests/test_files.sh @@ -75,6 +75,11 @@ do have_feature DECODER_X86 "$I" || continue ;; esac + case $I in + */good-1-arm64-lzma2-*.xz) + have_feature DECODER_ARM64 "$I" || continue + ;; + esac if test -z "$XZ" || "$XZ" $NO_WARN -dc "$I" > /dev/null; then : |