blob: d516968f4ebacf5b655d4ecdaadd5b5dc4dc4204 [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("trace-test-utils") {
sdk = "source"
sdk_headers = [
"trace-test-utils/compare_records.h",
"trace-test-utils/read_records.h",
"trace-test-utils/squelch.h",
]
testonly = true
sources = [
"compare_records.cpp",
"read_records.cpp",
"squelch.cpp",
]
deps = [
"$zx/public/gn/config:visibility_hidden",
"$zx/system/ulib/fbl",
"$zx/system/ulib/trace-reader",
"$zx/system/ulib/zircon",
]
}