Skip to content

Commit 2e44b3c

Browse files
authored
Update buck srcs for tester harness
Differential Revision: D80125862 Pull Request resolved: #13344
1 parent ee13aa0 commit 2e44b3c

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

backends/test/harness/TARGETS

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,10 +4,7 @@ oncall("executorch")
44

55
runtime.python_library(
66
name = "tester",
7-
srcs = [
8-
"__init__.py",
9-
"tester.py",
10-
] + native.glob(["stages/*.py"]),
7+
srcs = native.glob(["*.py", "stages/*.py"]),
118
visibility = [
129
"//executorch/...",
1310
"@EXECUTORCH_CLIENTS",

0 commit comments

Comments
 (0)