Skip to content

Commit ad761f0

Browse files
committed
[mlir] Update BUILD.bazel to include scf_tests
1 parent 79abf89 commit ad761f0

File tree

1 file changed

+15
-0
lines changed
  • utils/bazel/llvm-project-overlay/mlir/unittests

1 file changed

+15
-0
lines changed

utils/bazel/llvm-project-overlay/mlir/unittests/BUILD.bazel

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -104,6 +104,21 @@ cc_test(
104104
],
105105
)
106106

107+
cc_test(
108+
name = "scf_tests",
109+
size = "small",
110+
srcs = glob([
111+
"Dialect/SCF/*.cpp",
112+
"Dialect/SCF/*.h",
113+
]),
114+
deps = [
115+
"//llvm:gtest_main",
116+
"//mlir:Parser",
117+
"//mlir:SCFDialect",
118+
"//mlir:StandardOps",
119+
],
120+
)
121+
107122
cc_test(
108123
name = "sparse_tensor_tests",
109124
size = "small",

0 commit comments

Comments
 (0)