On Sunday, December 8, 2019, Michael Rolnik wrote: > Signed-off-by: Michael Rolnik > Tested-by: Philippe Mathieu-Daudé > Reviewed-by: Aleksandar Markovic > --- > tests/machine-none-test.c | 1 + > 1 file changed, 1 insertion(+) > > You need to add a commit message explaining how adding a test is achieved with this single line. > diff --git a/tests/machine-none-test.c b/tests/machine-none-test.c > index 5953d31755..3e5c74e73e 100644 > --- a/tests/machine-none-test.c > +++ b/tests/machine-none-test.c > @@ -27,6 +27,7 @@ static struct arch2cpu cpus_map[] = { > /* tested targets list */ > { "arm", "cortex-a15" }, > { "aarch64", "cortex-a57" }, > + { "avr", "avr6-avr-cpu" }, > { "x86_64", "qemu64,apic-id=0" }, > { "i386", "qemu32,apic-id=0" }, > { "alpha", "ev67" }, > -- > 2.17.2 (Apple Git-113) > >