diff options
-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 |