| 104 | } |
| 105 | |
| 106 | void |
| 107 | p_test_fini(void) { |
| 108 | test_counts[test_status]++; |
| 109 | malloc_printf("%s (%s): %s\n", test_name, reentrancy_t_str(reentrancy), |
| 110 | test_status_string(test_status)); |
| 111 | } |
| 112 | |
| 113 | static void |
| 114 | check_global_slow(test_status_t *status) { |
nothing calls this directly
no test coverage detected