blob: 5d35b91ccb3b564d1eeeaa1e458a39b9294f7e40 [file] [log] [blame]
# Copyright 2018 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/package.gni")
source_set("namespace_test") {
testonly = true
sources = [
"namespace_test.cc",
"namespace_test.h",
]
public_deps = [
"//garnet/public/lib/component/cpp",
"//garnet/public/lib/component/cpp/testing",
"//garnet/public/lib/fidl/cpp",
"//garnet/public/lib/gtest",
"//third_party/googletest:gtest",
]
}