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

Add unit tests for UDPServer

This PR aims to help "fix" #43440
This commit is contained in:
Pablo Andres Fuente
2024-09-22 00:10:04 -03:00
committed by Pablo Andres Fuente
parent 0c45ace151
commit 2c9de1d9d2
2 changed files with 294 additions and 0 deletions

View File

@@ -55,6 +55,7 @@
#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_udp_server.h"
#include "tests/core/io/test_xml_parser.h"
#include "tests/core/math/test_aabb.h"
#include "tests/core/math/test_astar.h"