summaryrefslogtreecommitdiff
path: root/src/lib/tests/bitmap_test.c
Commit message (Collapse)AuthorAgeFilesLines
* build: Comply with -Wextra compiler flagdimitri staessens2016-10-211-0/+3
| | | | | This reduces the risk for some bugs, for instance due to signed/unsigned mismatches and unused variables.
* lib: Add bitmap testSander Vrijders2016-03-091-0/+77
This adds a test for the bitmap. During the testing I also removed some bugs that were present in the bitmap implementation.