Skip to content

Commit

Permalink
Add test to BUILD
Browse files Browse the repository at this point in the history
  • Loading branch information
nholbrook committed Jun 23, 2020
1 parent 5dce647 commit d4f1036
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions sdk/test/trace/BUILD
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,14 @@ cc_test(
"@com_google_googletest//:gtest_main",
],
)

cc_test(
name = "always_off_sampler_test",
srcs = [
"always_off_sampler_test.cc"
],
deps = [
"//sdk/src/trace",
"@com_google_googletest//:gtest_main",
]
)

0 comments on commit d4f1036

Please sign in to comment.