Il lun 21 ott 2024, 13:55 Junjie Mao ha scritto:
>
> Paolo Bonzini writes:
>
> > On Mon, Oct 21, 2024 at 1:35 PM Junjie Mao
> wrote:
> >>
> >>
> >> Paolo Bonzini writes:
> >>
> >> > Adjust the integration test to compile with a subset of QEMU object
> >> > files, and make it actually create an
Paolo Bonzini writes:
> On Mon, Oct 21, 2024 at 1:35 PM Junjie Mao wrote:
>>
>>
>> Paolo Bonzini writes:
>>
>> > Adjust the integration test to compile with a subset of QEMU object
>> > files, and make it actually create an object of the class it defines.
>> >
>> > Follow the Rust filesystem
On Mon, Oct 21, 2024 at 1:35 PM Junjie Mao wrote:
>
>
> Paolo Bonzini writes:
>
> > Adjust the integration test to compile with a subset of QEMU object
> > files, and make it actually create an object of the class it defines.
> >
> > Follow the Rust filesystem conventions, where tests go in tests
Paolo Bonzini writes:
> Adjust the integration test to compile with a subset of QEMU object
> files, and make it actually create an object of the class it defines.
>
> Follow the Rust filesystem conventions, where tests go in tests/ if
> they use the library in the same way any other code would
Il lun 21 ott 2024, 12:34 Junjie Mao ha scritto:
>
> Paolo Bonzini writes:
>
> > Adjust the integration test to compile with a subset of QEMU object
> > files, and make it actually create an object of the class it defines.
> >
> > Follow the Rust filesystem conventions, where tests go in tests/
Paolo Bonzini writes:
> Adjust the integration test to compile with a subset of QEMU object
> files, and make it actually create an object of the class it defines.
>
> Follow the Rust filesystem conventions, where tests go in tests/ if
> they use the library in the same way any other code would
Adjust the integration test to compile with a subset of QEMU object
files, and make it actually create an object of the class it defines.
Follow the Rust filesystem conventions, where tests go in tests/ if
they use the library in the same way any other code would.
Signed-off-by: Paolo Bonzini
--