]> git.ipfire.org Git - thirdparty/xz.git/commitdiff
Tests: Add RISC-V Filter test in test_compress.sh.
authorJia Tan <jiat0218@gmail.com>
Mon, 22 Jan 2024 15:33:39 +0000 (23:33 +0800)
committerJia Tan <jiat0218@gmail.com>
Tue, 23 Jan 2024 15:05:47 +0000 (23:05 +0800)
tests/test_compress.sh

index 457bfbe8fe47bdda679e87a034768dac3de24dfa..72c53411096185d64234ce91705b9d15e8fe7c9e 100755 (executable)
@@ -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