blob: 098c3ac5f8a6d2749412ea94f8fcc5051656a971 [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/unification/zbi/bootfs_test.gni")
test("backlight-test") {
configs += [ "//build/unification/config:zircon-migrated" ]
output_name = "backlight-test"
sources = [ "backlight-test.cc" ]
deps = [
"//sdk/fidl/fuchsia.hardware.backlight:fuchsia.hardware.backlight_llcpp",
"//sdk/lib/fdio",
"//zircon/public/lib/zxtest",
]
}
bootfs_test("backlight-test-bootfs-test") {
name = "backlight-test"
deps = [ ":backlight-test" ]
}