blob: 9ce2b34114f63594994de6b24c2e9f12977f6985 [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.
group("test") {
testonly = true
deps = [
":test-exceptions",
]
}
zx_test("test-exceptions") {
sources = [
"exception-catcher-test.cc",
]
deps = [
"$zx/system/ulib/fdio",
"$zx/system/ulib/test-exceptions",
"$zx/system/ulib/zx",
"$zx/system/ulib/zxtest",
]
}