From 997f18f686fb106a1f7a11bc20f490d6b7ac4f5b Mon Sep 17 00:00:00 2001 From: Timon Bestebreur Date: Wed, 16 Mar 2022 09:44:47 +0100 Subject: Add Unit Tests for InputEventKey --- tests/test_main.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/test_main.cpp') diff --git a/tests/test_main.cpp b/tests/test_main.cpp index cb086da53b..fca484a6b3 100644 --- a/tests/test_main.cpp +++ b/tests/test_main.cpp @@ -30,6 +30,7 @@ #include "test_main.h" +#include "tests/core/input/test_input_event_key.h" #include "tests/core/input/test_shortcut.h" #include "tests/core/io/test_config_file.h" #include "tests/core/io/test_file_access.h" -- cgit v1.2.3