| 141 | } |
| 142 | |
| 143 | int main() |
| 144 | { |
| 145 | rig_set_debug(RIG_DEBUG_VERBOSE); |
| 146 | |
| 147 | if (test1()) { return 1; } |
| 148 | |
| 149 | if (test2()) { return 1; } |
| 150 | |
| 151 | if (test3_invalid_input()) { return 1; } |
| 152 | |
| 153 | if (test4_large_cookie_size()) { return 1; } |
| 154 | |
| 155 | return 0; |
| 156 | } |
nothing calls this directly
no test coverage detected