blob: 4b21c797f693e3fb356dd4850e4cde56ef03cf87 [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("port") {
testonly = true
sources = [ "ports.cc" ]
deps = [
"//zircon/system/ulib/fbl",
"//zircon/system/ulib/mini-process",
"//zircon/system/ulib/zxtest",
]
}