diff options
| author | Rémi Verschelde <remi@verschelde.fr> | 2021-03-29 13:56:13 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-29 13:56:13 +0200 |
| commit | a6d190ebc58b84b860be196830955a17243779fc (patch) | |
| tree | 348cb50f29d0bf4b2fccced753a357978ebcc5a0 /tests/test_main.cpp | |
| parent | bc29f4bca158bbf3a24030cd616f162706e1646c (diff) | |
| parent | f07552ba92c2b05db5749c8c00f8a57fceab82e9 (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.cpp | 1 |
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" |