blob: 03c7ce6d03eaa19b649e2e99cc5fa722cfc87e8d [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.
test("goldfish") {
sources = [
"goldfish-test.cpp",
]
deps = [
"$zx/system/fidl/fuchsia-hardware-goldfish-address-space:c",
"$zx/system/fidl/fuchsia-hardware-goldfish-control:c",
"$zx/system/fidl/fuchsia-hardware-goldfish-pipe:c",
"$zx/system/fidl/fuchsia-sysmem:c",
"$zx/system/ulib/fdio",
"$zx/system/ulib/fidl",
"$zx/system/ulib/fidl-async-2",
"$zx/system/ulib/unittest",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zx",
]
}