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 ee13aa0 commit 2e44b3cCopy full SHA for 2e44b3c
backends/test/harness/TARGETS
@@ -4,10 +4,7 @@ oncall("executorch")
4
5
runtime.python_library(
6
name = "tester",
7
- srcs = [
8
- "__init__.py",
9
- "tester.py",
10
- ] + native.glob(["stages/*.py"]),
+ srcs = native.glob(["*.py", "stages/*.py"]),
11
visibility = [
12
"//executorch/...",
13
"@EXECUTORCH_CLIENTS",
0 commit comments