summaryrefslogtreecommitdiff
path: root/tests/test_main.cpp
diff options
context:
space:
mode:
authorRémi Verschelde <remi@verschelde.fr>2021-03-29 13:56:13 +0200
committerGitHub <noreply@github.com>2021-03-29 13:56:13 +0200
commita6d190ebc58b84b860be196830955a17243779fc (patch)
tree348cb50f29d0bf4b2fccced753a357978ebcc5a0 /tests/test_main.cpp
parentbc29f4bca158bbf3a24030cd616f162706e1646c (diff)
parentf07552ba92c2b05db5749c8c00f8a57fceab82e9 (diff)
Merge pull request #47424 from DanielKriz/tests/path3d
add tests for path3d
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 f2a546de9b..0d4f9d7a01 100644
--- a/tests/test_main.cpp
+++ b/tests/test_main.cpp
@@ -62,6 +62,7 @@
#include "test_object.h"
#include "test_ordered_hash_map.h"
#include "test_paged_array.h"
+#include "test_path_3d.h"
#include "test_pck_packer.h"
#include "test_physics_2d.h"
#include "test_physics_3d.h"