Skip to content

Commit f33fc5a

Browse files
committed
[ExecuTorch] Arm Ethos: Add conftest TARGET
Pull Request resolved: #8559 As title. ghstack-source-id: 267538811 @exported-using-ghexport Differential Revision: [D69714021](https://our.internmc.facebook.com/intern/diff/D69714021/)
1 parent cc3974f commit f33fc5a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

backends/arm/test/TARGETS

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,12 @@ python_library(
2121
"//executorch/exir/backend:compile_spec_schema",
2222
]
2323
)
24+
25+
python_library(
26+
name = "conftest",
27+
srcs = ["conftest.py"],
28+
deps = [
29+
"//executorch/exir:lib",
30+
"fbsource//third-party/pypi/pytest:pytest",
31+
]
32+
)

0 commit comments

Comments
 (0)