blob: 7d019ce30fba1b11ce4554e687dc4ffd46e40b50 [file] [log] [blame]
load("@fbcode_macros//build_defs:python_library.bzl", "python_library")
oncall("executorch")
python_library(
name = "test_util",
srcs = [
"test_util.py",
],
visibility = ["//executorch/devtools/bundled_program/..."],
deps = [
"//caffe2:torch",
"//executorch/devtools/bundled_program:config",
"//executorch/exir:lib",
],
)