Add unit test for wxWebRequest

The environment variable WX_TEST_WEBREQUEST_URL has to
be set to https://httpbin.org or a local instance of it
to be run.
This commit is contained in:
Tobias Taschner
2018-10-24 23:55:27 +02:00
parent 701f697fa4
commit 6db3f5f115
10 changed files with 158 additions and 0 deletions

View File

@@ -52,6 +52,7 @@ set(TEST_SRC
misc/typeinfotest.cpp
net/ipc.cpp
net/socket.cpp
net/webrequest.cpp
regex/regextest.cpp
regex/wxregextest.cpp
scopeguard/scopeguardtest.cpp