| 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 | |
| ], | |
| ) |