Backported socket library edits + testing tool from LL branch

This commit is contained in:
Thulinma 2019-10-02 09:55:49 +02:00
parent 5be878bea5
commit 248056e611
4 changed files with 82 additions and 0 deletions

View file

@ -704,4 +704,6 @@ add_test(DownloaderTest COMMAND downloadertest)
add_executable(jsontest test/json.cpp ${BINARY_DIR}/mist/.headers)
target_link_libraries(jsontest mist)
add_test(JSONTest COMMAND jsontest)
add_executable(resolvetest test/resolve.cpp ${BINARY_DIR}/mist/.headers)
target_link_libraries(resolvetest mist)