blob: 8c7ee724af6107a1e8b6a7a5a0855309a15418c7 [file] [log] [blame]
load("//tensorflow/compiler/mlir:glob_lit_test.bzl", "glob_lit_tests")
package(licenses = ["notice"])
glob_lit_tests(
data = [
":test_utilities",
"@llvm-project//mlir:run_lit.sh",
],
default_tags = [
# MSAN does not work with JIT: b/139082472
"nomsan",
],
driver = "//tensorflow/compiler/mlir:run_lit.sh",
test_file_exts = ["mlir"],
)
# Bundle together all of the test utilities that are used by tests.
filegroup(
name = "test_utilities",
testonly = True,
data = [
"//tensorflow/compiler/mlir:tf-opt",
"//tensorflow/compiler/mlir/hlo:mlir-hlo-opt",
"//tensorflow/compiler/mlir/tools/kernel_gen:kernel-gen-opt",
"@llvm-project//llvm:FileCheck",
],
)