8 lines
186 B
CMake
8 lines
186 B
CMake
add_mlir_unittest(MLIRDebugTests
|
|
DebugCounterTest.cpp
|
|
ExecutionContextTest.cpp
|
|
FileLineColLocBreakpointManagerTest.cpp
|
|
)
|
|
|
|
target_link_libraries(MLIRDebugTests
|
|
PRIVATE MLIRDebug)
|