| 70 | extern "C" void dmExportedSymbols(); |
| 71 | |
| 72 | int main(int argc, char **argv) |
| 73 | { |
| 74 | dmExportedSymbols(); |
| 75 | TestMainPlatformInit(); |
| 76 | jc_test_init(&argc, argv); |
| 77 | return jc_test_run_all(); |
| 78 | } |
nothing calls this directly
no test coverage detected