aboutsummaryrefslogtreecommitdiff
path: root/src/test/InputTest.cpp
diff options
context:
space:
mode:
authorLoek Le Blansch <loek@pipeframe.xyz>2024-12-11 16:48:16 +0100
committerLoek Le Blansch <loek@pipeframe.xyz>2024-12-11 16:48:16 +0100
commit1954d06895a82b3b963aac5ae7cb450205119637 (patch)
tree5f2b943ca90f5f680dd305c47a004d015084dfd7 /src/test/InputTest.cpp
parentd9609abd77b3d98bb8fd87c3e31e80402f5f7dcb (diff)
fix tests
Diffstat (limited to 'src/test/InputTest.cpp')
-rw-r--r--src/test/InputTest.cpp1
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};