blob: fc8669fa2ee90e07487120803d6d0874b227bcc6 [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/bind/bind.gni")
group("tests") {
testonly = true
deps = [ ":example_bind_test" ]
}
bind_test("example_bind_test") {
rules = "gizmo.bind"
tests = "tests.json"
deps = [ "//src/devices/bind/fuchsia.usb" ]
}