blob: 21742dd0c3f07bad5e03bf67ae291bd26c499488 [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.
source_set("handle-close") {
testonly = true
sources = [ "handle-close.cc" ]
deps = [
"//zircon/system/ulib/fbl",
"//zircon/system/ulib/zx",
"//zircon/system/ulib/zxtest",
]
}