On Thu, Oct 24, 2024 at 03:17:28PM -0400, Luis Felipe Hernandez wrote:
> Adds test suite for integer based square root function.
> 
> The test suite is designed to verify the correctness of the int_sqrt
> math library function.

...

>  obj-$(CONFIG_TEST_DIV64)     += test_div64.o
>  obj-$(CONFIG_TEST_MULDIV64)  += test_mul_u64_u64_div_u64.o
>  obj-$(CONFIG_RATIONAL_KUNIT_TEST) += rational-test.o
> +obj-y  += tests/
> \ No newline at end of file

^^^ Please, fix this.

...

> +#include <kunit/test.h>

+ limits.h

> +#include <linux/math.h>

+ module.h
+ string.h

-- 
With Best Regards,
Andy Shevchenko



Reply via email to