blob: d6a6421e9bceb66077a9606515e2608336163238 [file] [log] [blame]
# Copyright 2020 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-board") {
sources = [ "main.cc" ]
deps = [
"//sdk/fidl/fuchsia.acpi.tables:fuchsia.acpi.tables_cpp",
"//sdk/lib/device-watcher/cpp",
"//third_party/acpica",
"//zircon/system/ulib/zx",
"//zircon/system/ulib/zxtest",
]
}
bootfs_test("x86-board-bootfs-test") {
name = "x86-board"
deps = [ ":x86-board" ]
}