diff options
author | Loek Le Blansch <loek@pipeframe.xyz> | 2024-12-11 16:48:16 +0100 |
---|---|---|
committer | Loek Le Blansch <loek@pipeframe.xyz> | 2024-12-11 16:48:16 +0100 |
commit | 1954d06895a82b3b963aac5ae7cb450205119637 (patch) | |
tree | 5f2b943ca90f5f680dd305c47a004d015084dfd7 /src/test/InputTest.cpp | |
parent | d9609abd77b3d98bb8fd87c3e31e80402f5f7dcb (diff) |
fix tests
Diffstat (limited to 'src/test/InputTest.cpp')
-rw-r--r-- | src/test/InputTest.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/test/InputTest.cpp b/src/test/InputTest.cpp index 73eaab3..4c05e56 100644 --- a/src/test/InputTest.cpp +++ b/src/test/InputTest.cpp @@ -24,6 +24,7 @@ class InputTest : public ::testing::Test { public: Mediator mediator; ComponentManager mgr{mediator}; + SDLContext sdl_context{mediator}; InputSystem input_system{mediator}; |