File tree Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Expand file tree Collapse file tree 1 file changed +9
-7
lines changed Original file line number Diff line number Diff line change 11load("@fbcode_macros//build_defs:python_library.bzl", "python_library")
22
33python_library(
4- name = "common ",
5- srcs = ["common .py"],
4+ name = "conftest ",
5+ srcs = ["conftest .py"],
66 deps = [
7- "//executorch/backends/xnnpack/test/tester:tester",
8- "//executorch/backends/arm:arm_backend",
97 "//executorch/exir:lib",
10- "//executorch/exir/backend:compile_spec_schema",
118 ]
129)
1310
1411python_library(
1512 name = "runner_utils",
1613 srcs = ["runner_utils.py"],
1714 deps = [
15+ ":conftest",
1816 "//executorch/backends/xnnpack/test/tester:tester",
1917 "//executorch/backends/arm:arm_backend",
2018 "//executorch/exir:lib",
@@ -23,10 +21,14 @@ python_library(
2321)
2422
2523python_library(
26- name = "conftest ",
27- srcs = ["conftest .py"],
24+ name = "common ",
25+ srcs = ["common .py"],
2826 deps = [
27+ ":runner_utils",
28+ "//executorch/backends/xnnpack/test/tester:tester",
29+ "//executorch/backends/arm:arm_backend",
2930 "//executorch/exir:lib",
31+ "//executorch/exir/backend:compile_spec_schema",
3032 "fbsource//third-party/pypi/pytest:pytest",
3133 ]
3234)
You can’t perform that action at this time.
0 commit comments