| 209 | extern "C" void dmExportedSymbols(); |
| 210 | |
| 211 | int main(int argc, char **argv) |
| 212 | { |
| 213 | dmExportedSymbols(); |
| 214 | TestMainPlatformInit(); |
| 215 | jc_test_init(&argc, argv); |
| 216 | |
| 217 | int ret = jc_test_run_all(); |
| 218 | dmLog::LogFinalize(); |
| 219 | return ret; |
| 220 | } |
nothing calls this directly
no test coverage detected