summaryrefslogtreecommitdiff
path: root/mlir/unittests/Pass/CMakeLists.txt
blob: 65f07741238659df2f319497fdeec91f21cffc1d (plain)
1
2
3
4
5
6
7
8
9
add_mlir_unittest(MLIRPassTests
  AnalysisManagerTest.cpp
  PassManagerTest.cpp
  PassPipelineParserTest.cpp
)
target_link_libraries(MLIRPassTests
  PRIVATE
  MLIRFuncDialect
  MLIRPass)