1add_mlir_unittest(MLIRPresburgerTests 2 BarvinokTest.cpp 3 FractionTest.cpp 4 GeneratingFunctionTest.cpp 5 IntegerPolyhedronTest.cpp 6 IntegerRelationTest.cpp 7 LinearTransformTest.cpp 8 MatrixTest.cpp 9 Parser.h 10 ParserTest.cpp 11 PresburgerSetTest.cpp 12 PresburgerRelationTest.cpp 13 PresburgerSpaceTest.cpp 14 PWMAFunctionTest.cpp 15 QuasiPolynomialTest.cpp 16 SimplexTest.cpp 17 UtilsTest.cpp 18) 19 20mlir_target_link_libraries(MLIRPresburgerTests 21 PRIVATE MLIRPresburger 22 MLIRAffineAnalysis 23 MLIRParser 24 ) 25