On Fri, Aug 16, 2024 at 12:53:36PM +0200, Daniel Kiper wrote:
> On Thu, Aug 15, 2024 at 02:49:34PM +0800, Gary Lin wrote:
> > On Wed, Aug 14, 2024 at 05:52:14PM +0200, Daniel Kiper wrote:
> > > On Fri, Jun 28, 2024 at 04:18:51PM +0800, Gary Lin via Grub-devel wrote:
> > > > Do a few things to make
On Thu, Aug 15, 2024 at 02:49:34PM +0800, Gary Lin wrote:
> On Wed, Aug 14, 2024 at 05:52:14PM +0200, Daniel Kiper wrote:
> > On Fri, Jun 28, 2024 at 04:18:51PM +0800, Gary Lin via Grub-devel wrote:
> > > Do a few things to make asn1 tests compile as part of grub:
> > >
> > > - include asn1_test.h
On Wed, Aug 14, 2024 at 05:52:14PM +0200, Daniel Kiper wrote:
> On Fri, Jun 28, 2024 at 04:18:51PM +0800, Gary Lin via Grub-devel wrote:
> > Do a few things to make asn1 tests compile as part of grub:
> >
> > - include asn1_test.h only
> >
> > - rename the main functions to the test names
> >
> > -
On Fri, Jun 28, 2024 at 04:18:51PM +0800, Gary Lin via Grub-devel wrote:
> Do a few things to make asn1 tests compile as part of grub:
>
> - include asn1_test.h only
>
> - rename the main functions to the test names
>
> - remove 'verbose' and the unnecessary printf()
>
> - print the error messages
Do a few things to make asn1 tests compile as part of grub:
- include asn1_test.h only
- rename the main functions to the test names
- remove 'verbose' and the unnecessary printf()
- print the error messages with grub_printf()
- return either 0 or 1 to reflect the results of the tests
- repla