blob: 7b66b154a0884b2e3b2c7ec628257fdb67b6bfb4 [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.
source_set("interrupt") {
testonly = true
sources = [ "interrupt-test.cc" ]
deps = [
"$zx/system/ulib/fdio",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zx",
"$zx/system/ulib/zxtest",
]
}