linux/lib/math/tests
Yury Norov 7ca1d7f939 lib/prime_numbers: drop temporary buffer in dump_primes()
The function uses temporary buffer to convert primes bitmap into
human readable format. Switch to using kunit_info("%*pbl")", and
drop the buffer.

Signed-off-by: Yury Norov <ynorov@nvidia.com>
2026-04-09 13:28:05 -04:00
..
gcd_kunit.c lib/math: Add Kunit test suite for gcd() 2025-02-12 14:00:11 -08:00
int_log_kunit.c lib/math: Add int_log test suite 2025-02-10 18:25:37 -08:00
int_pow_kunit.c
int_sqrt_kunit.c
Makefile lib/prime_numbers: convert self-test to KUnit 2025-02-12 14:00:11 -08:00
prime_numbers_kunit.c lib/prime_numbers: drop temporary buffer in dump_primes() 2026-04-09 13:28:05 -04:00
rational_kunit.c lib: math: Move KUnit tests into tests/ subdir 2025-02-10 18:24:57 -08:00