blob: 05743fb75970070eac8acb83c344a21e198f4e16 [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("process-shared") {
configs += [ "//build/config:all_source" ]
testonly = true
sources = [ "process-shared.cc" ]
deps = [
"//src/zircon/testing/maybe-standalone-test",
"//zircon/system/ulib/mini-process",
"//zircon/system/ulib/zx",
"//zircon/system/ulib/zxtest",
]
}