| # 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. | |
| zx_test("exception") { | |
| sources = [ | |
| "exception.cc", | |
| "exception_to_string.cc", | |
| ] | |
| deps = [ | |
| "$zx/system/ulib/fbl", | |
| "$zx/system/ulib/test-exceptions", | |
| "$zx/system/ulib/test-utils", | |
| "$zx/system/ulib/zircon", | |
| "$zx/system/ulib/zx", | |
| "$zx/system/ulib/zxtest", | |
| ] | |
| } |