mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-09-09 16:22:54 +02:00
19 lines
379 B
Text
19 lines
379 B
Text
# Copyright The OpenTelemetry Authors
|
|
# SPDX-License-Identifier: Apache-2.0
|
|
|
|
load("//bazel:otel_cc_benchmark.bzl", "otel_cc_benchmark")
|
|
|
|
cc_test(
|
|
name = "baggage_propagator_test",
|
|
srcs = [
|
|
"baggage_propagator_test.cc",
|
|
],
|
|
tags = [
|
|
"api",
|
|
"test",
|
|
],
|
|
deps = [
|
|
"//api",
|
|
"@com_google_googletest//:gtest_main",
|
|
],
|
|
)
|