diff options
author | Jia Tan <jiat0218@gmail.com> | 2024-01-22 23:33:39 +0800 |
---|---|---|
committer | Jia Tan <jiat0218@gmail.com> | 2024-01-23 23:05:47 +0800 |
commit | ac3691ccca051d67f60b4a3b05b88e511d0b1b28 (patch) | |
tree | 6d94b60ada4c46eaefcba921c8768c1672ed9185 | |
parent | liblzma: Update string_conversion.c to support RISC-V Filter. (diff) | |
download | xz-ac3691ccca051d67f60b4a3b05b88e511d0b1b28.tar.xz |
Tests: Add RISC-V Filter test in test_compress.sh.
-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 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 |