blob: f5d8df145df1f58dd57eac9d02f7828ca917c246 [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("cobalt-client") {
sources = [
"cobalt_logger_test.cpp",
"collector_test.cpp",
"counter_test.cpp",
"histogram_test.cpp",
"metric_options_test.cpp",
"test_main.cpp",
"timer_test.cpp",
"types_internal_test.cpp",
]
deps = [
"$zx/system/fidl/fuchsia-cobalt:c",
"$zx/system/fidl/fuchsia-io:c",
"$zx/system/fidl/fuchsia-mem:c",
"$zx/system/ulib/async",
"$zx/system/ulib/async:async-cpp",
"$zx/system/ulib/async:async-default",
"$zx/system/ulib/async-loop",
"$zx/system/ulib/async-loop:async-loop-cpp",
"$zx/system/ulib/cobalt-client",
"$zx/system/ulib/fbl",
"$zx/system/ulib/fdio",
"$zx/system/ulib/fidl",
"$zx/system/ulib/fidl-utils",
"$zx/system/ulib/sync",
"$zx/system/ulib/unittest",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zx",
"$zx/system/ulib/zxcpp",
]
}