blob: cfc9867e7032e54c837ee51dc678ca194b8d843c [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/exir:lib",
"//executorch/extension/pybindings:portable", # @manual
],
)