1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-15 13:51:40 +00:00

add unit tests for Curve3D

This commit is contained in:
Alex Drozd
2023-05-06 22:58:34 +02:00
parent c80a2b4fe9
commit cdf9c33c35
2 changed files with 262 additions and 0 deletions

View File

@@ -93,6 +93,7 @@
#include "tests/scene/test_code_edit.h"
#include "tests/scene/test_curve.h"
#include "tests/scene/test_curve_2d.h"
#include "tests/scene/test_curve_3d.h"
#include "tests/scene/test_gradient.h"
#include "tests/scene/test_navigation_agent_2d.h"
#include "tests/scene/test_navigation_agent_3d.h"