Re: [PATCH v18 08/25] asn1_test: changes for grub compatibility

2024-08-20 Thread Gary Lin via Grub-devel
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

Re: [PATCH v18 08/25] asn1_test: changes for grub compatibility

2024-08-16 Thread Daniel Kiper
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

Re: [PATCH v18 08/25] asn1_test: changes for grub compatibility

2024-08-14 Thread Gary Lin via Grub-devel
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 > > > > -

Re: [PATCH v18 08/25] asn1_test: changes for grub compatibility

2024-08-14 Thread Daniel Kiper
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

[PATCH v18 08/25] asn1_test: changes for grub compatibility

2024-06-28 Thread Gary Lin via Grub-devel
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