Add unit test for resolve_hostname

This commit is contained in:
RevoluPowered 2023-09-08 21:04:38 +01:00 committed by Rémi Verschelde
parent 6c57928063
commit 65d076b78d
No known key found for this signature in database
GPG key ID: C3336907360768E1
2 changed files with 52 additions and 0 deletions

View file

@ -44,6 +44,7 @@
#include "tests/core/io/test_file_access.h"
#include "tests/core/io/test_http_client.h"
#include "tests/core/io/test_image.h"
#include "tests/core/io/test_ip.h"
#include "tests/core/io/test_json.h"
#include "tests/core/io/test_marshalls.h"
#include "tests/core/io/test_pck_packer.h"