[mlir] Update BUILD.bazel to include `scf_tests`

This commit is contained in:
Mogball 2021-12-22 19:26:23 +00:00
parent 79abf89303
commit ad761f0c39
1 changed files with 15 additions and 0 deletions

View File

@ -104,6 +104,21 @@ cc_test(
],
)
cc_test(
name = "scf_tests",
size = "small",
srcs = glob([
"Dialect/SCF/*.cpp",
"Dialect/SCF/*.h",
]),
deps = [
"//llvm:gtest_main",
"//mlir:Parser",
"//mlir:SCFDialect",
"//mlir:StandardOps",
],
)
cc_test(
name = "sparse_tensor_tests",
size = "small",