Add HTTPClient unit tests

This commit is contained in:
angel-721 2023-04-30 18:02:23 -06:00 committed by Rémi Verschelde
parent ebd44641c5
commit ab4e89ecde
No known key found for this signature in database
GPG key ID: C3336907360768E1
2 changed files with 107 additions and 0 deletions

View file

@ -36,6 +36,7 @@
#include "tests/core/input/test_shortcut.h"
#include "tests/core/io/test_config_file.h"
#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_json.h"
#include "tests/core/io/test_marshalls.h"