blob: b97c07cfe63ec59759f3ec654824a149e2365dcd [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.
zx_test("thread-safe-deleter") {
sources = [
"thread-safe-deleter-test.cc",
]
deps = [
"$zx/system/ulib/async-loop:async-loop-cpp",
"$zx/system/ulib/async-loop:async-loop-default",
"$zx/system/ulib/fdio",
"$zx/system/ulib/fit",
"$zx/system/ulib/thread-safe-deleter",
"$zx/system/ulib/zxtest",
]
}