| 595 | */ |
| 596 | |
| 597 | int main(int argc, char **argv) |
| 598 | { |
| 599 | dmExportedSymbols(); |
| 600 | TestMainPlatformInit(); |
| 601 | |
| 602 | ProfileInitialize(); |
| 603 | dmDDF::RegisterAllTypes(); |
| 604 | jc_test_init(&argc, argv); |
| 605 | dmHashEnableReverseHash(true); |
| 606 | dmGraphics::InstallAdapter(dmGraphics::ADAPTER_FAMILY_NONE); |
| 607 | |
| 608 | int ret = jc_test_run_all(); |
| 609 | ProfileFinalize(); |
| 610 | return ret; |
| 611 | } |
nothing calls this directly
no test coverage detected