Re: [PATCH v2 0/7] KUnit integration for Rust doctests

From: Miguel Ojeda
Date: Thu Jul 20 2023 - 15:28:35 EST


On Tue, Jul 18, 2023 at 8:00 PM Boqun Feng <boqun.feng@xxxxxxxxx> wrote:
>
> I've applied the series and run the following command:
>
> ./tools/testing/kunit/kunit.py run --make_options LLVM=1 --arch x86_64 --kconfig_add CONFIG_RUST=y
>
> everything works as expected, and I also tried modifying one of the
> `assert!` to trigger it, all looks good to me. Feel free to add:
>
> Tested-by: Boqun Feng <boqun.feng@xxxxxxxxx>

Thanks a lot for trying it, Boqun!

David/Shuah: I noticed this "Tested-by" tag is not in the applied
commits. If you happen to rebase, it would be nice to pick it up.
Thanks!

Cheers,
Miguel