| 259 | } |
| 260 | |
| 261 | int main(int argc, char *argv[]) |
| 262 | { |
| 263 | common_setup(argv[0]); |
| 264 | |
| 265 | test_json_filter(); |
| 266 | test_json_escape(); |
| 267 | test_json_partial(); |
| 268 | test_json_stream(); |
| 269 | |
| 270 | common_shutdown(); |
| 271 | } |
nothing calls this directly
no test coverage detected