blob: 40c78902bf7a4ba6e4f12edf2e542a8d8a9bbf18 [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("object-info") {
testonly = true
sources = [
"object-info.cpp",
]
deps = [
"$zx/system/ulib/fbl",
"$zx/system/ulib/fdio",
"$zx/system/ulib/mini-process",
"$zx/system/ulib/unittest",
"$zx/system/ulib/zircon",
]
}