diff options
author | jbcolli2 <jbcolli2@gmail.com> | 2022-10-05 08:15:43 -0400 |
---|---|---|
committer | jbcolli2 <jbcolli2@gmail.com> | 2022-10-12 22:00:34 -0400 |
commit | 92a466c162bcfd6d77a09f808d155e8cf5889bb8 (patch) | |
tree | 0805382c77c18233cfb5c06798d32e5b26fbced7 /tests/test_main.cpp | |
parent | 321251a133920912f2764272626f32c788ab70b9 (diff) |
Unit tests for Path2D module.
Co-authored-by: Matthew-Tave <tavematthew@gmail.com>
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 4c861eacba..039081958f 100644 --- a/tests/test_main.cpp +++ b/tests/test_main.cpp @@ -89,6 +89,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" |