blob: a5de605f45ff16aa2e8747805b62aecb68b9f2b7 [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.
driver("isolateddevmgr-test") {
sources = [
"test-driver.cpp",
]
deps = [
"$zx/system/fidl/fuchsia-device-manager-test:c",
"$zx/system/ulib/ddk",
"$zx/system/ulib/ddktl",
"$zx/system/ulib/fdio",
"$zx/system/ulib/zircon",
]
}
test("isolateddevmgr") {
sources = [
"test.cpp",
]
deps = [
"$zx/system/fidl/fuchsia-device-manager-test:c",
"$zx/system/ulib/ddk",
"$zx/system/ulib/devmgr-integration-test",
"$zx/system/ulib/devmgr-launcher",
"$zx/system/ulib/driver-integration-test",
"$zx/system/ulib/fbl",
"$zx/system/ulib/fdio",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zx",
"$zx/system/ulib/zxtest",
]
}