| 227 | } |
| 228 | |
| 229 | int main(int argc, char *argv[]) |
| 230 | { |
| 231 | common_setup(argv[0]); |
| 232 | |
| 233 | test_json_tok_size(); |
| 234 | test_json_tok_bitcoin_amount(); |
| 235 | test_json_tok_millionths(); |
| 236 | test_json_bad_utf8(); |
| 237 | |
| 238 | common_shutdown(); |
| 239 | } |
nothing calls this directly
no test coverage detected