blob: b64f45d79b54dd4bf1f441a27df4e320377e837e [file] [log] [blame]
load("@fbcode_macros//build_defs:python_unittest.bzl", "python_unittest")
python_unittest(
name = "test_export",
srcs = [
"test_export.py",
],
tags = ["long_running"],
deps = [
"//caffe2:torch",
"//executorch/examples/export:utils",
"//executorch/examples/models:models",
"//executorch/extension/pybindings:portable_lib", # @manual
],
)