blob: be2f1fbe8f347e33a606218bf58f06fe4bdfbc7a [file] [log] [blame]
# Copyright 2025 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("formatter") {
testonly = true
deps = [ ":fidl_cpp_formatter_tests" ]
}
test("fidl_cpp_formatter_tests_bin") {
output_name = "fidl_cpp_formatter_tests"
sources = [ "formatter_tests.cc" ]
deps = [
"//sdk/testing/fidl/types_tests:test.types_cpp",
"//src/lib/fxl/test:gtest_main",
"//third_party/googletest:gtest",
]
}
fuchsia_unittest_package("fidl_cpp_formatter_tests") {
deps = [ ":fidl_cpp_formatter_tests_bin" ]
}