blob: d45ca41c843fe16156380ae98536fd805a558a56 [file] [log] [blame]
add_mlir_unittest(MLIRIRTests
AttributeTest.cpp
DialectTest.cpp
InterfaceAttachmentTest.cpp
OperationSupportTest.cpp
ShapedTypeTest.cpp
SubElementInterfaceTest.cpp
DEPENDS
MLIRTestInterfaceIncGen
)
target_include_directories(MLIRIRTests PRIVATE "${MLIR_BINARY_DIR}/test/lib/Dialect/Test")
target_link_libraries(MLIRIRTests
PRIVATE
MLIRIR
MLIRTestDialect)