blob: 5d5aa28808530ed9620d4ba5a01b46c3f864e9a4 [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-unittests",
"integration:test",
]
}
zx_test("fvm-driver-unittests") {
sources = [
"block-device-test.cc",
"slice-extent-test.cc",
]
include_dirs = [ ".." ]
deps = [
"$zx/system/dev/block/fvm:shared",
"$zx/system/ulib/driver",
"$zx/system/ulib/zxtest",
]
}