blob: 336b83d1b38b7921dc4f1c50406c5bba232839b1 [file] [log] [blame]
# Copyright 2021 The Fuchsia Authors
#
# Use of this source code is governed by a MIT-style
# license that can be found in the LICENSE file or at
# https://opensource.org/licenses/MIT
source_set("tests") {
sources = [ "jtrace-tests.cc" ]
deps = [
"//zircon/kernel/lib/jtrace",
"//zircon/kernel/lib/unittest",
"//zircon/system/ulib/affine",
"//zircon/system/ulib/pretty",
]
}