Skip to content

Commit ff89059

Browse files
committed
fix(//tests/core/partitioning): Fixing some issues with the partition
tests BUILD files Signed-off-by: Naren Dasan <[email protected]> Signed-off-by: Naren Dasan <[email protected]>
1 parent dde0216 commit ff89059

File tree

2 files changed

+3
-9
lines changed

2 files changed

+3
-9
lines changed

tests/core/BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ test_suite(
33
tests = [
44
"//tests/core/conversion:conversion_tests",
55
"//tests/core/lowering:lowering_tests",
6-
"//tests/core/partitioning::partitioning_tests"
6+
"//tests/core/partitioning:partitioning_tests"
77
],
88
)

tests/core/partitioning/BUILD

Lines changed: 2 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,6 @@ config_setting(
77
}
88
)
99

10-
filegroup(
11-
name = "jit_models",
12-
srcs = ["//tests/modules:resnet50_traced.jit.pt",
13-
"//tests/modules:mobilenet_v2_traced.jit.pt"]
14-
)
15-
1610
partitioning_test(
1711
name = "test_segmentation",
1812
)
@@ -41,12 +35,12 @@ cc_test(
4135
"//conditions:default": ["@libtorch//:libtorch"],
4236
}),
4337
data = [
44-
":jit_models"
38+
"//tests/modules:jit_models"
4539
]
4640
)
4741

4842
test_suite(
49-
name = "partitioning_test",
43+
name = "partitioning_tests",
5044
tests = [
5145
":test_segmentation",
5246
":test_shape_analysis",

0 commit comments

Comments
 (0)