| 138 | extern "C" void dmExportedSymbols(); |
| 139 | |
| 140 | int main(int argc, char **argv) |
| 141 | { |
| 142 | dmExportedSymbols(); |
| 143 | TestMainPlatformInit(); |
| 144 | jc_test_init(&argc, argv); |
| 145 | return jc_test_run_all(); |
| 146 | } |
nothing calls this directly
no test coverage detected