blob: 6709a95629f5622b753e49c1f7712920e81a5509 [file] [edit]
# Copyright 2025 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") {
# TODO: testonly = true
sources = [ "depth_printer_tests.cc" ]
deps = [
"//zircon/kernel/lib/dump:dump_headers",
"//zircon/kernel/lib/unittest",
]
}