blob: 135c8efb8df7cd42e2bc7d86ea8e460f39af4a70 [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",
"msi-test.cc",
]
deps = [
"//src/zircon/testing/standalone-test",
"//zircon/system/ulib/zx",
"//zircon/system/ulib/zxtest",
"//zircon/system/utest/core/vmo:helpers",
]
}