blob: 5084d0ce7116251140cc50dda6a67004fc356399 [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.
group("test") {
testonly = true
deps = [
":async-testing",
]
}
zx_test("async-testing") {
sources = [
"test_loop_tests.cc",
]
deps = [
"$zx/system/ulib/async",
"$zx/system/ulib/async:async-cpp",
"$zx/system/ulib/async:async-default",
"$zx/system/ulib/async-testing",
"$zx/system/ulib/fdio",
"$zx/system/ulib/fit",
"$zx/system/ulib/unittest",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zx",
]
}