mirror of
https://github.com/MadeOfJelly/MushMachine.git
synced 2025-06-18 18:56:36 +02:00
fix SDL_main windows thingy
This commit is contained in:
@ -146,3 +146,8 @@ TEST(input_service, input_visualizer) {
|
||||
sdl_ss.destroyWindow();
|
||||
}
|
||||
|
||||
int main(int argc, char** argv) {
|
||||
::testing::InitGoogleTest(&argc, argv);
|
||||
return RUN_ALL_TESTS();
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user