blob: 9c3a74d5cf1bf282409550ccee8a547ccd7f5077 [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.
test("fvm-host") {
sources = [
"main.cc",
]
deps = [
"$zx/system/ulib/fvm-host",
"$zx/system/ulib/unittest",
]
}