blob: 9a8e87564aa78fcf619c65fc9b72ff664cbf095e [file] [log] [blame]
# Copyright 2016 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
executable("async_client") {
testonly = true
sources = [
"async_client.cpp",
]
deps = [
"//third_party/asio",
]
}
executable("async_https") {
testonly = true
sources = [
"async_https.cpp",
]
deps = [
"//third_party/asio",
"//third_party/boringssl:crypto",
"//third_party/boringssl:ssl",
]
}