# Tests for end-to-end IREE support. | |
load("///iree:build_defs.bzl", "iree_glob_lit_tests", "iree_setup_lit_package") | |
package( | |
default_visibility = ["//visibility:public"], | |
licenses = ["notice"], # Apache 2.0 | |
) | |
iree_setup_lit_package( | |
data = [ | |
"///iree/tools:iree-run-mlir", | |
], | |
) | |
iree_glob_lit_tests() |