blob: a4a11555a352145ca21487f9c9e2a60169781102 [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",
"fake_manager.cc",
"fake_manager.h",
"guest_cid.h",
]
deps = [
"//sdk/fidl/fuchsia.virtualization",
"//src/lib/fxl",
]
}