blob: 62d9830835b7a9c13562bbda9569f7abf0f3226b [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("device-enumeration") {
sources = [
"main.cc",
]
deps = [
"$zx/system/fidl/fuchsia-sysinfo:c",
"$zx/system/ulib/devmgr-integration-test",
"$zx/system/ulib/devmgr-launcher",
"$zx/system/ulib/fbl",
"$zx/system/ulib/fdio",
"$zx/system/ulib/zxtest",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zx",
]
}