diff options
author | Yuri Sizov <yuris@humnom.net> | 2023-12-19 13:01:19 +0100 |
---|---|---|
committer | Yuri Sizov <yuris@humnom.net> | 2023-12-19 13:01:19 +0100 |
commit | 921c400db6883c284e26715a27fd736cca40a38c (patch) | |
tree | f7d8c6c9cc5a5c75f2185e83ef71068f254e935b /tests/test_main.cpp | |
parent | 76fdc0adadc74cb17b0a0a288134fbb3aa4b9906 (diff) | |
parent | 2e35ecce9c010381ca85e94b7445673fc19efe4b (diff) | |
download | redot-engine-921c400db6883c284e26715a27fd736cca40a38c.tar.gz |
Merge pull request #84826 from chocola-mint/master
Add unit tests for Camera3D
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 8c120f6d3a..5187ebd00f 100644 --- a/tests/test_main.cpp +++ b/tests/test_main.cpp @@ -94,6 +94,7 @@ #include "tests/scene/test_arraymesh.h" #include "tests/scene/test_audio_stream_wav.h" #include "tests/scene/test_bit_map.h" +#include "tests/scene/test_camera_3d.h" #include "tests/scene/test_code_edit.h" #include "tests/scene/test_color_picker.h" #include "tests/scene/test_control.h" |