aboutsummaryrefslogtreecommitdiff
path: root/lib/libc/tests/stdbit/stdc_bit_floor_test.c
Commit message (Collapse)AuthorAgeFilesLines
* libc/tests: add stdbit test framework and unit testsRobert Clausecker2025-11-301-0/+25
This adds unit tests for all 70 functions in <stdbit.h>. I'm sorry for the test framework, but it makes it so I don't have to write 70 unit tests by hand. Reviewed by: adrian, des Approved by: markj (mentor) MFC after: 1 month Differential Revision: https://reviews.freebsd.org/D53660