Skip to content

Commit

Permalink
etw logger test bazel (#1148)
Browse files Browse the repository at this point in the history
  • Loading branch information
esigo authored Dec 17, 2021
1 parent b021bd6 commit f60eec2
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 f60eec2

Please sign in to comment.