summaryrefslogtreecommitdiffstats
path: root/tests/test_main.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2024-03-06 09:50:13 +0100
committerRémi Verschelde <rverschelde@gmail.com>2024-03-06 09:50:13 +0100
commitd082ce908fef1b1e994e9b0416dad0ab5cd5ef21 (patch)
treeaf07d0db4118dc01263dd6b7ed50e9a5685e3602 /tests/test_main.cpp
parent0acc4276b6825d872648fddfbd74c00c63d36741 (diff)
parentf249667dc8d490d25624122d8a05e229af61ef62 (diff)
downloadredot-engine-d082ce908fef1b1e994e9b0416dad0ab5cd5ef21.tar.gz
Merge pull request #85390 from TheSofox/merge-all-commit-fix
UndoRedo: Fix `MERGE_ALL` commit from repeating actions
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 f40f562973..423932e2cd 100644
--- a/tests/test_main.cpp
+++ b/tests/test_main.cpp
@@ -73,6 +73,7 @@
#include "tests/core/object/test_class_db.h"
#include "tests/core/object/test_method_bind.h"
#include "tests/core/object/test_object.h"
+#include "tests/core/object/test_undo_redo.h"
#include "tests/core/os/test_os.h"
#include "tests/core/string/test_node_path.h"
#include "tests/core/string/test_string.h"