| 49 | static TestAppFrameFunctions testAppFrame; |
| 50 | |
| 51 | int main(int argc, char* argv[]) |
| 52 | { |
| 53 | Poseidon::Foundation::CurrentAppFrameFunctions = &testAppFrame; |
| 54 | SetMemorySystemReady(true); |
| 55 | InitLibraryElement(); |
| 56 | Poseidon::GEngine = Poseidon::CreateEngineDummy(); |
| 57 | TestApplication testApp; |
| 58 | return Catch::Session().run(argc, argv); |
| 59 | } |
nothing calls this directly
no test coverage detected