1
0
mirror of https://github.com/godotengine/godot.git synced 2025-12-02 16:48:55 +00:00

Merge pull request #66927 from jbcolli2/Path2d-Tests

Unit tests for Path2D class
This commit is contained in:
Rémi Verschelde
2022-11-02 18:53:15 +01:00
2 changed files with 110 additions and 0 deletions

View File

@@ -90,6 +90,7 @@
#include "tests/scene/test_code_edit.h"
#include "tests/scene/test_curve.h"
#include "tests/scene/test_gradient.h"
#include "tests/scene/test_path_2d.h"
#include "tests/scene/test_path_3d.h"
#include "tests/scene/test_sprite_frames.h"
#include "tests/scene/test_text_edit.h"