blob: 4050f8eb81574d44c9c10f1a40b454fb8367d2c6 [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("job") {
testonly = true
sources = [ "jobs.cc" ]
deps = [
"//zircon/system/ulib/fbl",
"//zircon/system/ulib/mini-process",
"//zircon/system/ulib/zx",
"//zircon/system/ulib/zxtest",
]
}