Skip to content

Commit 86a99c9

Browse files
authored
Enale buck testing in ET for llm runner
Differential Revision: D83076906 Pull Request resolved: #128
1 parent 348c748 commit 86a99c9

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

TARGETS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
load(":targets.bzl", "define_common_targets")
2+
3+
oncall("executorch")
4+
5+
define_common_targets()

third-party/TARGETS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
load(":targets.bzl", "define_common_targets")
2+
3+
oncall("executorch")
4+
5+
define_common_targets()

0 commit comments

Comments
 (0)