blob: 89bd3df667f95e6375780b2340f087fe9be2a0e2 [file] [log] [blame]
# Copyright 2020 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.
zx_test("devcoordinator-namespace") {
sources = [ "namespace_test.cc" ]
deps = [
"$zx/system/ulib/fdio",
"$zx/system/ulib/zxtest",
]
}