blob: d8cb26c82a03121704b03fcadac4f1aeb2aae6f1 [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-pipe:c",
"$zx/system/ulib/fdio",
"$zx/system/ulib/fidl",
"$zx/system/ulib/unittest",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zx",
"$zx/system/ulib/zxcpp",
]
}