From 194d12724b30fe42789d12a0184f9d412c449347 Mon Sep 17 00:00:00 2001 From: Jia Tan Date: Thu, 20 Jul 2023 22:11:13 +0800 Subject: [PATCH] Tests: Add ARM64 filter test to test_compress.sh. --- tests/test_compress.sh | 1 + 1 file changed, 1 insertion(+) 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