Re: [PATCH v6] lib: add basic KUnit test for lib/math

2024-05-16 Thread Daniel Latypov
On Thu, May 16, 2024 at 3:19 AM Devarsh Thakkar wrote: > > Hi Daniel, Andy, > > On 16/04/21 23:34, Daniel Latypov wrote: > > Add basic test coverage for files that don't require any config options: > > * part of math.h (what seem to be the most commonly used macros) > > * gcd.c > > * lcm.c > > * i

Re: [PATCH v6] lib: add basic KUnit test for lib/math

2024-05-16 Thread Andy Shevchenko
On Thu, May 16, 2024 at 03:49:44PM +0530, Devarsh Thakkar wrote: > Hi Daniel, Andy, > > On 16/04/21 23:34, Daniel Latypov wrote: > > Add basic test coverage for files that don't require any config options: > > * part of math.h (what seem to be the most commonly used macros) > > * gcd.c > > * lcm.c

Re: [PATCH v6] lib: add basic KUnit test for lib/math

2024-05-16 Thread Devarsh Thakkar
Hi Daniel, Andy, On 16/04/21 23:34, Daniel Latypov wrote: > Add basic test coverage for files that don't require any config options: > * part of math.h (what seem to be the most commonly used macros) > * gcd.c > * lcm.c > * int_sqrt.c > * reciprocal_div.c > (Ignored int_pow.c since it's a simple t