blob: d9912f31a05fd8d225bb40bff61a3fdbef7c75df [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.
group("test") {
testonly = true
deps = [ ":fvm-driver-integration" ]
}
zx_test("fvm-driver-integration") {
sources = [ "volume_manager_api_test.cc" ]
include_dirs = [ ".." ]
deps = [
"$zx/system/dev/block/fvm:shared",
"$zx/system/fidl/fuchsia-hardware-block-volume:llcpp",
"$zx/system/ulib/devmgr-integration-test",
"$zx/system/ulib/devmgr-launcher",
"$zx/system/ulib/driver",
"$zx/system/ulib/fvm",
"$zx/system/ulib/fvm/test:devices",
"$zx/system/ulib/zxtest",
]
}