diff options
author | RĂ©mi Verschelde <remi@verschelde.fr> | 2022-08-04 12:51:08 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-08-04 12:51:08 +0200 |
commit | 35da12094818fb89394f4e98ba9df68cbc73d076 (patch) | |
tree | ded0fe834b93fe17c303bc2565e3f2c0f34268c8 /tests/test_main.cpp | |
parent | 40eafcfab41191cd8e09125aeb825731189642ec (diff) | |
parent | 92b392e3dba0c2cd8bb2d989cce3d9cbb82c0740 (diff) |
Merge pull request #58712 from UltraTimon/shortcut-tests
Diffstat (limited to 'tests/test_main.cpp')
-rw-r--r-- | tests/test_main.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_main.cpp b/tests/test_main.cpp index d533ce4f63..5cd3525aef 100644 --- a/tests/test_main.cpp +++ b/tests/test_main.cpp @@ -30,6 +30,7 @@ #include "test_main.h" +#include "tests/core/input/test_shortcut.h" #include "tests/core/io/test_config_file.h" #include "tests/core/io/test_file_access.h" #include "tests/core/io/test_image.h" |