blob: 0123d264654855ede09cd5daf63cfaf4e7fc9f41 [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.
library("test-exceptions") {
testonly = true
shared = true
sources = [
"exception-catcher.cc",
]
deps = [
"$zx/system/ulib/zx",
]
}