blob: f1d75379badb409a3b802c92c3afde44a820fa52 [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") {
testonly = true
sources = [
"process.cpp",
]
deps = [
"$zx/system/ulib/fdio",
"$zx/system/ulib/mini-process",
"$zx/system/ulib/unittest",
"$zx/system/ulib/zircon",
]
}