blob: 5344168002ead578e189232b27a9e700adf89186 [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 = [ "//zircon/system/ulib/zxtest" ]
}