blob: cc2f7c9fd0d8793f8baab308970884b7a0804f66 [file] [log] [blame]
# Copyright 2019 The Fuchsia Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
source_set("pager-writeback") {
configs += [ "//build/config:all_source" ]
testonly = true
sources = [ "pager-writeback.cc" ]
deps = [
"//src/zircon/testing/maybe-standalone-test",
"//zircon/system/ulib/zx",
"//zircon/system/ulib/zxtest",
"//zircon/system/utest/core/pager:userpager",
"//zircon/system/utest/core/vmo:helpers",
]
}