Skip to content

Commit

Permalink
Merge branch 'main' into metrics-sdk-views-2
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomsonTan authored Dec 17, 2021
2 parents c28426b + f60eec2 commit 31f681d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions exporters/etw/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -50,3 +50,20 @@ cc_test(
"@github_nlohmann_json//:json",
],
)

cc_test(
name = "etw_logger_test",
srcs = ["test/etw_logger_test.cc"],
local_defines = [
"HAVE_MSGPACK",
],
tags = [
"etw",
"test",
],
deps = [
":etw_exporter",
"@com_google_googletest//:gtest_main",
"@github_nlohmann_json//:json",
],
)

0 comments on commit 31f681d

Please sign in to comment.