| 1161 | extern "C" void dmExportedSymbols(); |
| 1162 | |
| 1163 | int main(int argc, char **argv) |
| 1164 | { |
| 1165 | dmExportedSymbols(); |
| 1166 | TestMainPlatformInit(); |
| 1167 | jc_test_init(&argc, argv); |
| 1168 | return jc_test_run_all(); |
| 1169 | } |
nothing calls this directly
no test coverage detected