> On 21 Nov 2025, at 10:59 AM, Glenn Washburn <[email protected]> > wrote: > > The tests asn1_test and tpm2_key_protector_test should be labelled as > nonnative tests because they run tests on the target. A clue that > indicates a nonnative test is the usage of the grub-shell script. > > Signed-off-by: Glenn Washburn <[email protected]>
Reviewed-by: Sudhakar Kuppusamy <[email protected]> Thanks, Sudhakar > --- > Makefile.util.def | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/Makefile.util.def b/Makefile.util.def > index e59f08f57917..04146ff037db 100644 > --- a/Makefile.util.def > +++ b/Makefile.util.def > @@ -1300,13 +1300,13 @@ script = { > }; > > script = { > - testcase = native; > + testcase = nonnative; > name = asn1_test; > common = tests/asn1_test.in; > }; > > script = { > - testcase = native; > + testcase = nonnative; > name = tpm2_key_protector_test; > common = tests/tpm2_key_protector_test.in; > }; > -- > 2.34.1 > > > _______________________________________________ > Grub-devel mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/grub-devel _______________________________________________ Grub-devel mailing list [email protected] https://lists.gnu.org/mailman/listinfo/grub-devel
