| # 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", | |
| ] | |
| } |