lib/bitmap: add tests for find_nth_bit()
authorYury Norov <yury.norov@gmail.com>
Sun, 18 Sep 2022 03:07:14 +0000 (20:07 -0700)
committerYury Norov <yury.norov@gmail.com>
Mon, 26 Sep 2022 19:19:12 +0000 (12:19 -0700)
commite3783c805db29c8cb3e8dcc8160f6449da1100e3
treeb82e7946018a95bcd73094bf932ffb2b12cb37ca
parent3cea8d475327756066e2a54f0b651bb7284dd448
lib/bitmap: add tests for find_nth_bit()

Add functional and performance tests for find_nth_bit().

Signed-off-by: Yury Norov <yury.norov@gmail.com>
lib/find_bit_benchmark.c
lib/test_bitmap.c