summaryrefslogtreecommitdiff
path: root/tests/test_main.cpp
diff options
context:
space:
mode:
authorRĂ©mi Verschelde <rverschelde@gmail.com>2020-11-16 12:54:26 +0100
committerGitHub <noreply@github.com>2020-11-16 12:54:26 +0100
commit7a6eab2ce308e4040626fe075f8c5154892687d3 (patch)
tree15cb83eff8b41e06a0400897d269760d8aab2540 /tests/test_main.cpp
parentdb98a619135ade38b7441e5f87e8319e6aebf6e4 (diff)
parentbf82da3d0f64e9f4beeb7f85fbe5b3a055bae9d3 (diff)
Merge pull request #43578 from Calinou/test-add-nodepath
Add a test suite for NodePath
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 8681c5fd3c..5c1de88b3e 100644
--- a/tests/test_main.cpp
+++ b/tests/test_main.cpp
@@ -44,6 +44,7 @@
#include "test_list.h"
#include "test_math.h"
#include "test_method_bind.h"
+#include "test_node_path.h"
#include "test_oa_hash_map.h"
#include "test_ordered_hash_map.h"
#include "test_pck_packer.h"