We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 640979d commit 185a0afCopy full SHA for 185a0af
backends/arm/test/TARGETS
@@ -39,19 +39,6 @@ python_library(
39
]
40
)
41
42
-python_library(
43
- name = "common",
44
- srcs = ["common.py"],
45
- deps = [
46
- ":runner_utils",
47
- "//executorch/backends/xnnpack/test/tester:tester",
48
- "//executorch/backends/arm:arm_backend",
49
- "//executorch/exir:lib",
50
- "//executorch/exir/backend:compile_spec_schema",
51
- "fbsource//third-party/pypi/pytest:pytest",
52
- ]
53
-)
54
-
55
python_library(
56
name = "arm_tester",
57
srcs = glob(["tester/*.py"]),
@@ -67,4 +54,4 @@ python_library(
67
68
69
70
-define_arm_tests()
+define_arm_tests()
0 commit comments