summaryrefslogtreecommitdiffstats
path: root/tests/test_main.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <rverschelde@gmail.com>2023-01-03 12:40:44 +0100
committerRémi Verschelde <rverschelde@gmail.com>2023-01-03 12:40:44 +0100
commit7fb6d70398de19ed71dcf802f906ce7e6f93f674 (patch)
tree734e20ca02f026047fd610bb3f61ff0e6cf6647b /tests/test_main.cpp
parent432c0dee7c9b4a3c9760eea5af26a30bf0efcfc9 (diff)
parenteec42f1aab85abccc3c1a8d9232321ce8332dd0e (diff)
downloadredot-engine-7fb6d70398de19ed71dcf802f906ce7e6f93f674.tar.gz
Merge pull request #70152 from Maran23/4-x-tests-for-node
Initial tests for node
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 f51d7c8e4d..3ef8e2de6f 100644
--- a/tests/test_main.cpp
+++ b/tests/test_main.cpp
@@ -92,6 +92,7 @@
#include "tests/scene/test_code_edit.h"
#include "tests/scene/test_curve.h"
#include "tests/scene/test_gradient.h"
+#include "tests/scene/test_node.h"
#include "tests/scene/test_path_2d.h"
#include "tests/scene/test_path_3d.h"
#include "tests/scene/test_primitives.h"