blob: 8a50322f53be2b11c81fe91d35244364f76df226 [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.
zx_test("namespace") {
sources = [
"namespace-test.cc",
]
deps = [
"$zx/system/ulib/fbl:headers",
"$zx/system/ulib/fdio",
"$zx/system/ulib/zircon",
"$zx/system/ulib/zx",
"$zx/system/ulib/zxtest",
]
}