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.
Signed-off-by: Luis Felipe Hernandez
---
lib/Kconfig.debug | 17
lib/math/Makefile | 1 +
lib/math/tests/
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_T