blob: d49d54fcf3ec13f99a8b95a8ca3c7e933f26a5b0 [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 = [
"//sdk/lib/fdio",
"//zircon/system/ulib/elf-search",
"//zircon/system/ulib/fbl",
"//zircon/system/ulib/fzl",
"//zircon/system/ulib/zx",
"//zircon/system/ulib/zxtest",
"//zircon/system/utest/core/pager:userpager",
]
}