Skip to content

Commit 1e756fb

Browse files
andreas-abelcopybara-github
authored andcommitted
Add a test target for the existing tests in common_test.cc
PiperOrigin-RevId: 604646735 Change-Id: I79beff68319be85849afcef50b29351dab91f36b
1 parent b2407b9 commit 1e756fb

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

fleetbench/common/BUILD

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,3 +16,14 @@ cc_library(
1616
],
1717
alwayslink = 1,
1818
)
19+
20+
cc_test(
21+
name = "common_test",
22+
srcs = ["common_test.cc"],
23+
deps = [
24+
":common",
25+
"@com_google_absl//absl/flags:flag",
26+
"@com_google_absl//absl/strings",
27+
"@com_google_googletest//:gtest_main",
28+
],
29+
)

0 commit comments

Comments
 (0)