Skip to content

Commit b6dfc64

Browse files
committed
odb: fix bazel tests
Signed-off-by: Eder Monteiro <[email protected]>
1 parent 465e4de commit b6dfc64

File tree

6 files changed

+10
-4
lines changed

6 files changed

+10
-4
lines changed

src/odb/test/BUILD

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -142,8 +142,8 @@ py_test(
142142
# From CMakeLists.txt or_integration_tests(TESTS
143143
COMPULSORY_TESTS = [
144144
"abstract_origin",
145-
"all_pin_placed1",
146-
"all_pin_placed2",
145+
"all_pins_placed1",
146+
"all_pins_placed2",
147147
"bterm_hier_create",
148148
"check_routing_tracks",
149149
"create_blockage",
@@ -329,6 +329,12 @@ filegroup(
329329
test_name + ".*",
330330
],
331331
) + {
332+
"all_pins_placed1" :[
333+
"floorplan_initialize3.def",
334+
],
335+
"all_pins_placed2" :[
336+
"design_is_routed1.def",
337+
],
332338
"dump_netlists": [
333339
"dump_netlists_cdl.ok",
334340
],

src/odb/test/CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ or_integration_tests(
22
"odb"
33
TESTS
44
abstract_origin
5-
all_pin_placed1
6-
all_pin_placed2
5+
all_pins_placed1
6+
all_pins_placed2
77
bterm_hier_create
88
check_routing_tracks
99
create_blockage

0 commit comments

Comments
 (0)