| 262 | } |
| 263 | |
| 264 | static int |
| 265 | test_bitmap(void) |
| 266 | { |
| 267 | if (test_bitmap_all_clear() != TEST_SUCCESS) |
| 268 | return TEST_FAILED; |
| 269 | return test_bitmap_all_set(); |
| 270 | } |
| 271 | |
| 272 | REGISTER_FAST_TEST(bitmap_autotest, true, true, test_bitmap); |
nothing calls this directly
no test coverage detected