1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Add unit tests for Shortcut

Next to that, add entry for the test file in test_main.cpp.

These test cases test the basic functionality of the shortcut module.
This commit is contained in:
Timon Bestebreur
2022-03-02 13:55:26 +01:00
committed by Rémi Verschelde
parent 40eafcfab4
commit 92b392e3db
2 changed files with 236 additions and 0 deletions

View File

@@ -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"