Fixup test to account for 2 new targets that were merged since this test was written.
Signed-off-by: Igor Mammedov <imamm...@redhat.com> --- tests/machine-none-test.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/machine-none-test.c b/tests/machine-none-test.c index 596ad01..efdd4be 100644 --- a/tests/machine-none-test.c +++ b/tests/machine-none-test.c @@ -55,6 +55,8 @@ static struct arch2cpu cpus_map[] = { { "xtensa", "dc233c" }, { "xtensaeb", "fsf" }, { "hppa", "hppa" }, + { "riscv64", "rv64gcsu-v1.10.0" }, + { "riscv32", "rv32gcsu-v1.9.1" }, }; static const char *get_cpu_model_by_arch(const char *arch) -- 2.7.4