24 lines
509 B
Text
24 lines
509 B
Text
|
add_mlir_unittest(MLIRIRTests
|
||
|
AdaptorTest.cpp
|
||
|
AttributeTest.cpp
|
||
|
DialectTest.cpp
|
||
|
InterfaceTest.cpp
|
||
|
IRMapping.cpp
|
||
|
InterfaceAttachmentTest.cpp
|
||
|
OperationSupportTest.cpp
|
||
|
PatternMatchTest.cpp
|
||
|
ShapedTypeTest.cpp
|
||
|
SymbolTableTest.cpp
|
||
|
TypeTest.cpp
|
||
|
TypeAttrNamesTest.cpp
|
||
|
OpPropertiesTest.cpp
|
||
|
|
||
|
DEPENDS
|
||
|
MLIRTestInterfaceIncGen
|
||
|
)
|
||
|
target_include_directories(MLIRIRTests PRIVATE "${MLIR_BINARY_DIR}/test/lib/Dialect/Test")
|
||
|
target_link_libraries(MLIRIRTests
|
||
|
PRIVATE
|
||
|
MLIRIR
|
||
|
MLIRTestDialect)
|