blob: 6e140fc03a7e2d948405270594ecdcd92041e078 [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.
test("trace-reader") {
sources = [
"main.c",
"reader_tests.cpp",
"records_tests.cpp",
]
deps = [
"$zx/system/ulib/fbl",
"$zx/system/ulib/trace-engine",
"$zx/system/ulib/trace-reader",
"$zx/system/ulib/unittest",
]
if (is_fuchsia) {
deps += [
"$zx/system/ulib/fdio",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zx",
"$zx/system/ulib/zxcpp",
]
}
}