diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2022-09-01 23:46:38 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2022-09-01 23:46:38 +0200 |
commit | 5263fd534385b220ff76886b3d8a7ba802a20004 (patch) | |
tree | c6655c9f20dee5dbbca2f7d154e5c77620907741 /tests/test_main.cpp | |
parent | 2e0cffdb6f7d55130c1837472a1f4da8020371f1 (diff) | |
parent | ea0472fecfb7c8fea06abcc9ad6b849c9b20f8df (diff) | |
download | redot-engine-5263fd534385b220ff76886b3d8a7ba802a20004.tar.gz |
Merge pull request #64198 from Geometror/add-bitmap-tests
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 a30d11342a..fecfab7459 100644 --- a/tests/test_main.cpp +++ b/tests/test_main.cpp @@ -85,6 +85,7 @@ #include "tests/core/variant/test_variant.h" #include "tests/scene/test_animation.h" #include "tests/scene/test_audio_stream_wav.h" +#include "tests/scene/test_bit_map.h" #include "tests/scene/test_code_edit.h" #include "tests/scene/test_curve.h" #include "tests/scene/test_gradient.h" |