From ac3691ccca051d67f60b4a3b05b88e511d0b1b28 Mon Sep 17 00:00:00 2001 From: Jia Tan Date: Mon, 22 Jan 2024 23:33:39 +0800 Subject: [PATCH] Tests: Add RISC-V Filter test in 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 457bfbe8..72c53411 100755 --- a/tests/test_compress.sh +++ b/tests/test_compress.sh @@ -146,5 +146,6 @@ test_filter ARM arm test_filter ARMTHUMB armthumb test_filter ARM64 arm64 test_filter SPARC sparc +test_filter RISCV riscv exit 0