Skip to content

Commit f89238a

Browse files
committed
Merge remote-tracking branch 'osama/odb-database-chip' into odb-database-prop
2 parents 75b02b2 + dec80ac commit f89238a

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
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.

src/odb/test/cpp/CMakeLists.txt

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ target_link_libraries(TestChips ${TEST_LIBS})
6060
# directory.
6161
gtest_discover_tests(OdbGTests
6262
WORKING_DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/..
63-
TEST_FILTER "-TestAccessPoint.*,-TestCallBacks.*,-TestGCellGrid.*,-TestGeom.*,-TestGroup.*,-TestGuide.*,-TestJournal.*-TestLef58Properties.*,-TestMaster.*,-TestModule.*,-TestNetTrack.*"
63+
TEST_FILTER "-TestAccessPoint.*,-TestCallBacks.*,-TestGCellGrid.*,-TestGeom.*,-TestGroup.*,-TestGuide.*,-TestJournal.*-TestLef58Properties.*,-TestMaster.*,-TestModule.*,-TestNetTrack.*,-TestChips.*"
6464
)
6565

6666
add_dependencies(build_and_test
@@ -72,6 +72,7 @@ add_dependencies(build_and_test
7272
TestGuide
7373
TestNetTrack
7474
TestMaster
75+
TestChips
7576
OdbGTests
7677
)
7778
add_subdirectory(helper)

0 commit comments

Comments
 (0)