| 333 | } |
| 334 | |
| 335 | int main(int argc, char *argv[]) |
| 336 | { |
| 337 | common_setup(argv[0]); |
| 338 | |
| 339 | sanity(); |
| 340 | remove_one(); |
| 341 | remove_first(); |
| 342 | remove_last(); |
| 343 | remove_multiple(); |
| 344 | remove_all(); |
| 345 | remove_complex(); |
| 346 | remove_inside_obj(); |
| 347 | |
| 348 | printf("run-json_remove ok\n"); |
| 349 | common_shutdown(); |
| 350 | } |
nothing calls this directly
no test coverage detected