Skip to content

Commit dec80ac

Browse files
committed
odb: required changes
Signed-off-by: Osama <[email protected]>
1 parent abe5457 commit dec80ac

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

src/odb/test/cpp/BUILD

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,4 +65,14 @@ cc_test(
6565
],
6666
)
6767

68+
cc_test(
69+
name = "TestChips",
70+
srcs = ["TestChips.cpp"],
71+
deps = [
72+
"//src/odb",
73+
"//src/utl",
74+
"@googletest//:gtest",
75+
"@googletest//:gtest_main",
76+
],
77+
)
6878
# TODO: more to come.

0 commit comments

Comments
 (0)