blob: b35b2b256ca4e180ccf755ff146c3ea3b88e30d5 [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("memory-mapping") {
testonly = true
sources = [ "memory-mapping.cc" ]
deps = [
"//sdk/lib/fdio",
"//zircon/system/ulib/zxtest",
]
}