Re: [PATCH 2/2] test: unit tests for print_freq(), print_size()

2020-10-24 Thread Tom Rini
On Thu, Oct 22, 2020 at 09:45:28PM +0200, Heinrich Schuchardt wrote: > Provide unit tests for functions print_freq() and print_size(). > > Signed-off-by: Heinrich Schuchardt Applied to u-boot/master, thanks! -- Tom signature.asc Description: PGP signature

[PATCH 2/2] test: unit tests for print_freq(), print_size()

2020-10-22 Thread Heinrich Schuchardt
Provide unit tests for functions print_freq() and print_size(). Signed-off-by: Heinrich Schuchardt --- v2: add missing add missing test/lib/test_print.c --- test/lib/Makefile | 1 + test/lib/test_print.c | 71 +++ 2 files changed, 72

Re: [PATCH 2/2] test: unit tests for print_freq(), print_size()

2020-10-22 Thread Tom Rini
On Thu, Oct 08, 2020 at 10:23:24PM +0200, Heinrich Schuchardt wrote: > Provide unit tests for functions print_freq() and print_size(). > > Signed-off-by: Heinrich Schuchardt > --- > test/lib/Makefile | 1 + > 1 file changed, 1 insertion(+) > > -- > 2.28.0 > > diff --git a/test/lib/Makefile

Re: [PATCH 2/2] test: unit tests for print_freq(), print_size()

2020-10-08 Thread Sean Anderson
On 10/8/20 4:23 PM, Heinrich Schuchardt wrote: > Provide unit tests for functions print_freq() and print_size(). > > Signed-off-by: Heinrich Schuchardt > --- > test/lib/Makefile | 1 + > 1 file changed, 1 insertion(+) > > diff --git a/test/lib/Makefile b/test/lib/Makefile > index

[PATCH 2/2] test: unit tests for print_freq(), print_size()

2020-10-08 Thread Heinrich Schuchardt
Provide unit tests for functions print_freq() and print_size(). Signed-off-by: Heinrich Schuchardt --- test/lib/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/test/lib/Makefile b/test/lib/Makefile index 22236f8587..15cd512506 100644 --- a/test/lib/Makefile +++ b/test/lib/Makefile