Skip to content

Commit b0b1b7b

Browse files
committed
Added the new unit test in Bazel
Signed-off-by: Jaehyun Kim <jhkim@precisioninno.com>
1 parent 923e279 commit b0b1b7b

1 file changed

Lines changed: 12 additions & 0 deletions

File tree

src/utl/test/BUILD

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -86,3 +86,15 @@ cc_test(
8686
"@googletest//:gtest_main",
8787
],
8888
)
89+
90+
cc_test(
91+
name = "TestMetrics",
92+
srcs = [
93+
"cpp/TestMetrics.cpp",
94+
],
95+
deps = [
96+
"//src/utl",
97+
"@googletest//:gtest",
98+
"@googletest//:gtest_main",
99+
],
100+
)

0 commit comments

Comments
 (0)