blob: d047689c2862b8a65a492906d59522600943cc10 [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("usb") {
output_name = "usb-test"
sources = [ "usb-test.cc" ]
deps = [
"//sdk/fidl/fuchsia.hardware.usb.tester:fuchsia.hardware.usb.tester_cpp",
"//sdk/lib/component/incoming/cpp",
"//zircon/system/ulib/zxtest",
]
}
bootfs_test("usb-bootfs-test") {
name = "usb-test"
deps = [ ":usb" ]
}