blob: f811357b310912e7b32536f2ace53cadc4ea2307 [file] [log] [blame]
# Copyright 2023 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")
test("efi_variable_unittests") {
sources = [
"variable_id_tests.cc",
"variable_tests.cc",
]
deps = [
"//src/lib/fxl/test:gtest_main",
"//zircon/kernel/lib/efi/variable",
]
}
group("tests") {
testonly = true
deps = [ ":efi_variable_unittests($host_toolchain)" ]
}