| # Copyright 2022 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/components.gni") | 
 | import("//build/test.gni") | 
 |  | 
 | group("natural_ostream") { | 
 |   testonly = true | 
 |   deps = [ ":fidl_cpp_natural_ostream_tests" ] | 
 | } | 
 |  | 
 | test("fidl_cpp_natural_ostream_tests_bin") { | 
 |   output_name = "fidl_cpp_natural_ostream_tests" | 
 |   sources = [ "natural_ostream_tests.cc" ] | 
 |   deps = [ | 
 |     "//sdk/testing/fidl/types_tests:test.types_cpp_natural_ostream", | 
 |     "//src/lib/fxl/test:gtest_main", | 
 |     "//third_party/googletest:gtest", | 
 |   ] | 
 | } | 
 |  | 
 | fuchsia_unittest_package("fidl_cpp_natural_ostream_tests") { | 
 |   deps = [ ":fidl_cpp_natural_ostream_tests_bin" ] | 
 | } |