1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-04 12:00:25 +00:00

Add unit tests for StreamPeer and StreamPeerBuffer

Partially fixes #43440
This commit is contained in:
Pablo Andres Fuente
2024-08-17 12:10:09 -03:00
parent e3213aaef5
commit ff10dee946
3 changed files with 476 additions and 0 deletions

View File

@@ -52,6 +52,8 @@
#include "tests/core/io/test_marshalls.h"
#include "tests/core/io/test_pck_packer.h"
#include "tests/core/io/test_resource.h"
#include "tests/core/io/test_stream_peer.h"
#include "tests/core/io/test_stream_peer_buffer.h"
#include "tests/core/io/test_xml_parser.h"
#include "tests/core/math/test_aabb.h"
#include "tests/core/math/test_astar.h"