| 364 | } |
| 365 | |
| 366 | int main(int argc, char *argv[]) |
| 367 | { |
| 368 | common_setup(argv[0]); |
| 369 | |
| 370 | sanity(); |
| 371 | remove_one(); |
| 372 | remove_first(); |
| 373 | remove_last(); |
| 374 | remove_multiple(); |
| 375 | remove_all(); |
| 376 | remove_complex(); |
| 377 | remove_inside_obj(); |
| 378 | |
| 379 | printf("run-json_remove ok\n"); |
| 380 | common_shutdown(); |
| 381 | } |
nothing calls this directly
no test coverage detected