aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJia Tan <jiat0218@gmail.com>2024-01-22 23:33:39 +0800
committerJia Tan <jiat0218@gmail.com>2024-01-23 23:05:47 +0800
commitac3691ccca051d67f60b4a3b05b88e511d0b1b28 (patch)
tree6d94b60ada4c46eaefcba921c8768c1672ed9185
parentliblzma: Update string_conversion.c to support RISC-V Filter. (diff)
downloadxz-ac3691ccca051d67f60b4a3b05b88e511d0b1b28.tar.xz
Tests: Add RISC-V Filter test in test_compress.sh.
Diffstat (limited to '')
-rwxr-xr-xtests/test_compress.sh1
1 files changed, 1 insertions, 0 deletions
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