summaryrefslogtreecommitdiff
path: root/mlir/unittests/Debug/CMakeLists.txt
blob: 59728bc819d9a0f9d975256b7c9ae3a8ba3c23db (plain)
1
2
3
4
5
6
7
8
add_mlir_unittest(MLIRDebugTests
  DebugCounterTest.cpp
  ExecutionContextTest.cpp
  FileLineColLocBreakpointManagerTest.cpp
)

target_link_libraries(MLIRDebugTests
  PRIVATE MLIRDebug)