Skip to content

Commit

Permalink
format, added test case for default span on GetContext
Browse files Browse the repository at this point in the history
  • Loading branch information
Tianlin-Zhao committed Aug 20, 2020
1 parent 19ca833 commit 5d6a288
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions api/test/trace/BUILD
Original file line number Diff line number Diff line change
@@ -1,5 +1,16 @@
load("//bazel:otel_cc_benchmark.bzl", "otel_cc_benchmark")

cc_test(
name = "default_span_test",
srcs = [
"defaultspan_test.cc",
],
deps = [
"//api",
"@com_google_googletest//:gtest_main",
],
)

cc_test(
name = "key_value_iterable_view_test",
srcs = [
Expand Down

0 comments on commit 5d6a288

Please sign in to comment.