blob: 6f223502648f63eb3b2a1417c666917bab9208bf [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 = [ "page_cache_tests.cc" ]
deps = [
"//zircon/kernel/lib/page_cache:headers",
"//zircon/kernel/lib/unittest",
]
}