blob: 55e3f50d8d10d8da1cdc2ad2e6c246771f77c0e2 [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.
test_driver("bind-fail-test") {
sources = [
"bind-fail-test.c",
]
deps = [
"$zx/system/ulib/ddk",
"$zx/system/ulib/zircon",
]
}