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

Merge pull request #95931 from pafuent/adding_packet_peer_tests

Add unit tests for `PacketPeer`
This commit is contained in:
Rémi Verschelde
2024-10-01 17:30:36 +02:00
2 changed files with 205 additions and 0 deletions

View File

@@ -50,6 +50,7 @@
#include "tests/core/io/test_json.h"
#include "tests/core/io/test_json_native.h"
#include "tests/core/io/test_marshalls.h"
#include "tests/core/io/test_packet_peer.h"
#include "tests/core/io/test_pck_packer.h"
#include "tests/core/io/test_resource.h"
#include "tests/core/io/test_stream_peer.h"