Merge pull request #88614 from ramadm/test-camera-2d

Add unit tests for Camera2D
This commit is contained in:
Rémi Verschelde 2024-04-10 14:21:43 +02:00
commit 4b813386d2
No known key found for this signature in database
GPG key ID: C3336907360768E1
2 changed files with 319 additions and 0 deletions

View file

@ -102,6 +102,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_2d.h"
#include "tests/scene/test_code_edit.h"
#include "tests/scene/test_color_picker.h"
#include "tests/scene/test_control.h"