summaryrefslogtreecommitdiff
path: root/modules/count-one-bits-tests
Commit message (Collapse)AuthorAgeFilesLines
* count-one-bits tests: Rely on limits-h module.Bruno Haible2018-09-061-0/+1
| | | | | * tests/test-count-one-bits.c (ULLONG_MAX): Remove fallback definition. * modules/count-one-bits-tests (Depends-on): Add 'limits-h'.
* Refactor common macros used in tests.Bruno Haible2009-12-241-0/+1
|
* Improve name: "count-one-bits" is better than "popcount".Ben Pfaff2007-07-251-0/+10
* MODULES.html.sh: Update name. * lib/popcount.h: Renamed lib/count-one-bits.h. (popcount): Renamed count_one_bits. (popcountl): Renamed count_one_bits_l. (popcountll): Renamed count_one_bits_ll. * m4/popcount.m4: Renamed m4/count-one-bits.m4. * modules/popcount: Renamed module/count-one-bits. * modules/popcount-tests: Renamed module/count-one-bits-tests. * tests/test-popcount.c: Renamed tests/test-count-one-bits.c.