| 376 | extern "C" void dmExportedSymbols(); |
| 377 | |
| 378 | int main(int argc, char **argv) |
| 379 | { |
| 380 | dmExportedSymbols(); |
| 381 | TestMainPlatformInit(); |
| 382 | jc_test_init(&argc, argv); |
| 383 | return jc_test_run_all(); |
| 384 | } |
nothing calls this directly
no test coverage detected