| 1414 | exit(2); |
| 1415 | } |
| 1416 | |
| 1417 | static const char *eval_suite_name(uint32_t mask) { |
| 1418 | if (mask == EVAL_SUITE_CORE) return "core"; |
| 1419 | if (mask == EVAL_SUITE_HARD) return "hard"; |
nothing calls this directly
no outgoing calls
no test coverage detected