Skip to content

Commit ca7d5cf

Browse files
authored
Add missing program_builder dep to arm test targets (#19266)
Summary: D102325968 added an import of `executorch.backends.test.program_builder` in `test_fuse_constant_ops_pass.py` but only updated the xplat `targets.bzl` with the corresponding Buck dependency. The fbcode `targets.bzl` was missing this dependency, causing test listing failures for `fbcode//executorch/backends/arm/test:fuse_constant_ops_pass`. Add `//executorch/backends/test:program_builder` to the deps list. Differential Revision: D103456950 cc @digantdesai @freddan80 @per @zingo @oscarandersson8218 @mansnils @Sebastian-Larsson @robell
1 parent a0d6e9b commit ca7d5cf

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

backends/arm/test/targets.bzl

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -98,6 +98,7 @@ def define_arm_tests():
9898
"//executorch/backends/arm/tosa:partitioner",
9999
"//executorch/backends/arm:vgf",
100100
"//executorch/backends/test:graph_builder",
101+
"//executorch/backends/test:program_builder",
101102
"//executorch/exir:lib",
102103
"fbsource//third-party/pypi/pytest:pytest",
103104
"fbsource//third-party/pypi/parameterized:parameterized",

0 commit comments

Comments
 (0)