Added JSON testing application

This commit is contained in:
Thulinma 2018-10-02 11:23:59 +02:00
parent aee6420943
commit e2d8321760
2 changed files with 17 additions and 0 deletions

View file

@ -705,4 +705,7 @@ add_test(LOGTest COMMAND urltest)
add_executable(downloadertest test/downloader.cpp ${BINARY_DIR}/mist/.headers)
target_link_libraries(downloadertest mist)
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)