| 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 test_status_t |
| 114 | p_test_impl(bool do_malloc_init, bool do_reentrant, test_t *t, va_list ap) { |
nothing calls this directly
no test coverage detected