[LLVM] Fix Maintainers.md formatting (NFC)
[llvm-project.git] / mlir / unittests / IR / CMakeLists.txt
blob384116ba5c457e277dea897644279dd188cc0742
1 add_mlir_unittest(MLIRIRTests
2   AdaptorTest.cpp
3   AffineExprTest.cpp
4   AffineMapTest.cpp
5   AttributeTest.cpp
6   AttrTypeReplacerTest.cpp
7   Diagnostic.cpp
8   DialectTest.cpp
9   InterfaceTest.cpp
10   IRMapping.cpp
11   InterfaceAttachmentTest.cpp
12   LocationTest.cpp
13   OperationSupportTest.cpp
14   PatternMatchTest.cpp
15   ShapedTypeTest.cpp
16   SymbolTableTest.cpp
17   TypeTest.cpp
18   TypeAttrNamesTest.cpp
19   OpPropertiesTest.cpp
21   DEPENDS
22   MLIRTestInterfaceIncGen
24 target_include_directories(MLIRIRTests PRIVATE "${MLIR_BINARY_DIR}/test/lib/Dialect/Test")
25 target_link_libraries(MLIRIRTests
26   PRIVATE
27   MLIRIR
28   MLIRTestDialect)