blob: 7075e17d2ceebc41d4cd9eb09db1d3da3570d275 [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.
import("$zx/public/gn/fuzzer.gni")
zx_test("fidl-async-test") {
sources = [
"generated/fidl_llcpp_simple.test.cc",
"generated/fidl_llcpp_tables_simple.test.c",
"llcpp_async_bind_test.cc",
"llcpp_bind_test.cc",
"llcpp_channel_transaction_test.cc",
]
include_dirs = [ "generated" ]
deps = [
"$zx/system/ulib/async:async-cpp",
"$zx/system/ulib/async-loop:async-loop-cpp",
"$zx/system/ulib/async-loop:async-loop-default.static",
"$zx/system/ulib/fdio",
"$zx/system/ulib/fidl:fidl-llcpp",
"$zx/system/ulib/fidl-async:fidl-async-cpp",
"$zx/system/ulib/sync",
"$zx/system/ulib/zxtest",
]
}