Skip to content

Commit abe5457

Browse files
committed
odb: test build
Signed-off-by: Osama <[email protected]>
1 parent d283fd0 commit abe5457

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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)