blob: b165f5bb08fecc88c069a506ea77866e140b7f8f [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("ftl-mtd") {
testonly = true
deps = [
":ftl-volume-wrapper-integration",
]
}
test("ftl-volume-wrapper-integration") {
sources = [
"ftl-volume-wrapper-integration-tests.cc",
]
deps = [
"$zx/system/ulib/ftl-mtd",
"$zx/system/ulib/fvm-host",
"$zx/system/ulib/mtd",
"$zx/system/ulib/zxtest",
]
}