summaryrefslogtreecommitdiff
path: root/tests/test_main.cpp
diff options
context:
space:
mode:
authorTimon Bestebreur <timonbestebreur@gmail.com>2022-03-16 09:44:47 +0100
committerRĂ©mi Verschelde <rverschelde@gmail.com>2022-08-04 12:59:13 +0200
commit997f18f686fb106a1f7a11bc20f490d6b7ac4f5b (patch)
tree8ecdb3b2c191c9812a72568f297a91035765fd20 /tests/test_main.cpp
parent255e0770c48b621d3495e1ff3bbf79d6e8ec4b82 (diff)
Add Unit Tests for InputEventKey
Diffstat (limited to 'tests/test_main.cpp')
-rw-r--r--tests/test_main.cpp1
1 files changed, 1 insertions, 0 deletions
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"