blob: c37d135c3540cfeffef9900df8e155918c42532b [file] [log] [blame]
# Copyright 2019 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.
source_set("testing") {
testonly = true
sources = [
"fake_guest_vsock.cc",
"fake_guest_vsock.h",
"fake_host_vsock.cc",
"fake_host_vsock.h",
]
deps = [
"//sdk/fidl/fuchsia.virtualization:fuchsia.virtualization_hlcpp",
"//src/lib/fxl",
]
}