blob: 84fc01a93bc466f57da263e8d1c07b3f1b82a2d7 [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.
import("//build/test.gni")
import("//build/testing/bootfs_test.gni")
test("namespace") {
output_name = "namespace-test"
sources = [ "namespace-test.cc" ]
deps = [
"//sdk/lib/fdio",
"//zircon/system/ulib/fbl",
"//zircon/system/ulib/zx",
"//zircon/system/ulib/zxtest",
]
}
bootfs_test("namespace-bootfs-test") {
name = "namespace-test"
deps = [ ":namespace" ]
}