| 100 | test_field_eq(cmd_, i_, i_->inv->fld_, i_->offer->fld_, #fld_) |
| 101 | |
| 102 | static struct command_result * |
| 103 | test_field(struct command *cmd, |
| 104 | const struct inv *inv, |
| 105 | bool test, const char *fieldname, const char *what) |
| 106 | { |
| 107 | if (!test) |
| 108 | return fail_inv(cmd, inv, "%s %s", what, fieldname); |
| 109 | return NULL; |
| 110 | } |
| 111 | |
| 112 | static struct command_result * |
| 113 | test_field_eq(struct command *cmd, |
nothing calls this directly
no test coverage detected