Skip to content

Commit c1f9cb8

Browse files
authored
[ExecuTorch] Arm Ethos: Add ArmTester TARGET
Differential Revision: D69714022 Pull Request resolved: #8560
1 parent e68c768 commit c1f9cb8

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

backends/arm/test/TARGETS

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,3 +32,17 @@ python_library(
3232
"fbsource//third-party/pypi/pytest:pytest",
3333
]
3434
)
35+
36+
python_library(
37+
name = "arm_tester",
38+
srcs = glob(["tester/*.py"]),
39+
deps = [
40+
":runner_utils",
41+
":common",
42+
"//executorch/backends/arm:tosa_mapping",
43+
"//executorch/backends/arm:tosa_specification",
44+
"//executorch/backends/arm/quantizer:arm_quantizer",
45+
"//executorch/devtools/backend_debug:delegation_info",
46+
"fbsource//third-party/pypi/tabulate:tabulate",
47+
]
48+
)

0 commit comments

Comments
 (0)