| 283 | } |
| 284 | |
| 285 | int main(int argc, char *argv[]) |
| 286 | { |
| 287 | common_setup(argv[0]); |
| 288 | |
| 289 | test_json_filter(); |
| 290 | test_json_escape(); |
| 291 | test_json_partial(); |
| 292 | test_json_stream(); |
| 293 | |
| 294 | common_shutdown(); |
| 295 | } |
nothing calls this directly
no test coverage detected