| 780 | } |
| 781 | |
| 782 | int main(int argc, char **argv) |
| 783 | { |
| 784 | dmHashEnableReverseHash(true); |
| 785 | |
| 786 | TestMainPlatformInit(); |
| 787 | dmLog::LogParams params; |
| 788 | dmLog::LogInitialize(¶ms); |
| 789 | dmDDF::RegisterAllTypes(); |
| 790 | |
| 791 | jc_test_init(&argc, argv); |
| 792 | int ret = jc_test_run_all(); |
| 793 | |
| 794 | dmLog::LogFinalize(); |
| 795 | return ret; |
| 796 | } |
nothing calls this directly
no test coverage detected