Skip to content

Commit

Permalink
fix in memory exporter test bazel (#1112)
Browse files Browse the repository at this point in the history
  • Loading branch information
esigo authored Dec 3, 2021
1 parent 15155f7 commit a92340d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions exporters/memory/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ cc_library(

cc_test(
name = "in_memory_span_data_test",
srcs = ["test/in_memory_span_data_test.cc"],
tags = ["memory"],
deps = [
":in_memory_span_data",
Expand All @@ -38,6 +39,7 @@ cc_library(

cc_test(
name = "in_memory_span_exporter_test",
srcs = ["test/in_memory_span_exporter_test.cc"],
tags = ["memory"],
deps = [
":in_memory_span_exporter",
Expand Down

0 comments on commit a92340d

Please sign in to comment.