mirror of
https://git.tukaani.org/xz.git
synced 2025-03-02 14:40:40 +00:00
Tests: test_filter_str: Add missing RISC-V case
Fixes: 89ea1a22f4ed3685b053b7260bc5acf6c75d1664
This commit is contained in:
parent
b0366df1d7
commit
c92663aa1b
@ -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…
x
Reference in New Issue
Block a user