mirror of https://git.tukaani.org/xz.git
Tests: test_filter_str: Add missing RISC-V case
Fixes:89ea1a22f4
(cherry picked from commitc92663aa1b
)
This commit is contained in:
parent
2234b7cc47
commit
ceda860934
|
@ -512,6 +512,9 @@ static const char supported_encoders[][9] = {
|
|||
#ifdef HAVE_ENCODER_ARM64
|
||||
"arm64",
|
||||
#endif
|
||||
#ifdef HAVE_ENCODER_RISCV
|
||||
"riscv",
|
||||
#endif
|
||||
#ifdef HAVE_ENCODER_DELTA
|
||||
"delta",
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue