blob: c7e72b122a57cd74a0b49630edbe4b032e354df8 [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("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",
]
}