| 203 | } |
| 204 | |
| 205 | int main(int argc, char *argv[]) |
| 206 | { |
| 207 | common_setup(argv[0]); |
| 208 | |
| 209 | test_json_tok_size(); |
| 210 | test_json_tok_bitcoin_amount(); |
| 211 | test_json_tok_millionths(); |
| 212 | test_json_bad_utf8(); |
| 213 | |
| 214 | common_shutdown(); |
| 215 | } |
nothing calls this directly
no test coverage detected