| 280 | } |
| 281 | |
| 282 | static int |
| 283 | test_hash_functions(void) |
| 284 | { |
| 285 | if (run_hash_func_tests() != 0) |
| 286 | return -1; |
| 287 | |
| 288 | run_hash_func_perf_tests(); |
| 289 | |
| 290 | return 0; |
| 291 | } |
| 292 | |
| 293 | REGISTER_PERF_TEST(hash_functions_autotest, test_hash_functions); |
nothing calls this directly
no test coverage detected