blob: d9e10f155cbbeb64dcd135d552b53cb8da5ae22c [file] [log] [blame]
# Copyright 2020 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 = [ "object_cache_tests.cc" ]
deps = [
"//zircon/kernel/lib/object_cache:headers",
"//zircon/kernel/lib/unittest",
]
}