blob: 3bc2b0ab80f96b9cd8426e7ea3ca3668e18a280e [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.
import("//build/test.gni")
import("//build/testing/bootfs_test.gni")
test("x86-umip") {
sources = [ "main.cc" ]
deps = [
"//sdk/lib/fdio",
"//zircon/system/ulib/test-exceptions",
"//zircon/system/ulib/zx",
"//zircon/system/ulib/zxtest",
]
}
bootfs_test("x86-umip-bootfs-test") {
name = "x86-umip"
deps = [ ":x86-umip" ]
}