| 159 | } |
| 160 | |
| 161 | int main (int argc, char *argv[]) |
| 162 | { |
| 163 | for (unsigned int fidx = 0; fidx < ARRAY_SIZE(filenames); fidx++) { |
| 164 | runtest_file(filenames[fidx]); |
| 165 | } |
| 166 | |
| 167 | unescape_unicode_test(); |
| 168 | |
| 169 | return test_failed ? 1 : 0; |
| 170 | } |
| 171 |
nothing calls this directly
no test coverage detected