| 487 | extern "C" void dmExportedSymbols(); |
| 488 | |
| 489 | int main(int argc, char **argv) |
| 490 | { |
| 491 | dmExportedSymbols(); |
| 492 | TestMainPlatformInit(); |
| 493 | jc_test_init(&argc, argv); |
| 494 | return jc_test_run_all(); |
| 495 | } |
nothing calls this directly
no test coverage detected