| 49 | extern "C" void dmExportedSymbols(); |
| 50 | |
| 51 | int main(int argc, char **argv) |
| 52 | { |
| 53 | dmExportedSymbols(); |
| 54 | TestMainPlatformInit(); |
| 55 | jc_test_init(&argc, argv); |
| 56 | return jc_test_run_all(); |
| 57 | } |
nothing calls this directly
no test coverage detected