test/RunCurl: new debug program

This commit is contained in:
Max Kellermann
2019-12-23 14:15:18 +01:00
parent f1116c9258
commit 087874620f
2 changed files with 105 additions and 0 deletions

View File

@@ -334,6 +334,18 @@ executable(
)
if curl_dep.found()
executable(
'RunCurl',
'RunCurl.cxx',
'ShutdownHandler.cxx',
'../src/Log.cxx',
'../src/LogBackend.cxx',
include_directories: inc,
dependencies: [
curl_dep,
],
)
test('test_icy_parser', executable(
'test_icy_parser',
'test_icy_parser.cxx',