blob: d0e575a11ed755af7f002943083f8fccb6bb085a [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 = [
"$zx/kernel/lib/page_cache:headers",
"$zx/kernel/lib/unittest",
]
}