blob: 5a720fa31201caa9b17d194ec6a55c48ee7f0e57 [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 = [
"main.cpp",
"slice-extent-test.cpp",
]
include_dirs = [ ".." ]
deps = [
"$zx/system/ulib/unittest",
"..:shared",
]
}