25 lines
516 B
CMake
25 lines
516 B
CMake
add_mlir_unittest(MLIRPresburgerTests
|
|
BarvinokTest.cpp
|
|
FractionTest.cpp
|
|
GeneratingFunctionTest.cpp
|
|
IntegerPolyhedronTest.cpp
|
|
IntegerRelationTest.cpp
|
|
LinearTransformTest.cpp
|
|
MatrixTest.cpp
|
|
MPIntTest.cpp
|
|
Parser.h
|
|
ParserTest.cpp
|
|
PresburgerSetTest.cpp
|
|
PresburgerRelationTest.cpp
|
|
PresburgerSpaceTest.cpp
|
|
PWMAFunctionTest.cpp
|
|
QuasiPolynomialTest.cpp
|
|
SimplexTest.cpp
|
|
UtilsTest.cpp
|
|
)
|
|
|
|
target_link_libraries(MLIRPresburgerTests
|
|
PRIVATE MLIRPresburger
|
|
MLIRAffineAnalysis
|
|
MLIRParser
|
|
)
|