blob: 8b9e8c1dfd412348290fa2ddd1000dffaf708c48 [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",
]
}
test("fvm-driver-unittests") {
sources = [
"slice-extent-test.cpp",
]
include_dirs = [ ".." ]
deps = [
"$zx/system/ulib/driver",
"$zx/system/ulib/zxtest",
"..:shared",
]
}