blob: 1cc05b7b60c14dc4b57fc24054c660cef8e907c5 [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("zxtest") {
sdk = "source"
sdk_headers = [
"zxtest/base/event-broadcaster.h",
"zxtest/base/observer.h",
"zxtest/base/test-case.h",
"zxtest/base/test-driver.h",
"zxtest/base/test-info.h",
"zxtest/base/test-internal.h",
"zxtest/base/test.h",
"zxtest/base/types.h",
]
sources = [
"assertion.cpp",
"event-broadcaster.cpp",
"reporter.cpp",
"runner.cpp",
"test-case.cpp",
"test-info.cpp",
"test.cpp",
]
deps = [
"$zx/public/gn/config:visibility_hidden",
"$zx/system/ulib/fbl",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zx",
"$zx/system/ulib/zxcpp",
]
}