File tree Expand file tree Collapse file tree 6 files changed +41
-1
lines changed Expand file tree Collapse file tree 6 files changed +41
-1
lines changed Original file line number Diff line number Diff line change
1
+ # Run regression and unit tests
2
+ add_lit_testsuite(check-enzymemlir-activity "Running MLIR activity tests"
3
+ ${CMAKE_CURRENT_BINARY_DIR}
4
+ DEPENDS enzymemlir-opt
5
+ ARGS -v
6
+ )
7
+
8
+ set_target_properties (check-enzymemlir-activity PROPERTIES FOLDER "Tests" )
Original file line number Diff line number Diff line change
1
+ # Run regression and unit tests
2
+ add_lit_testsuite(check-enzymemlir-alias "Running MLIR alias mode tests"
3
+ ${CMAKE_CURRENT_BINARY_DIR}
4
+ DEPENDS enzymemlir-opt
5
+ ARGS -v
6
+ )
7
+
8
+ set_target_properties (check-enzymemlir-alias PROPERTIES FOLDER "Tests" )
Original file line number Diff line number Diff line change 1
1
# Run regression and unit tests
2
- add_lit_testsuite(check-enzymemlir-batch "Running MLIR batch tests"
2
+ add_lit_testsuite(check-enzymemlir-batch "Running MLIR batch mode tests"
3
3
${CMAKE_CURRENT_BINARY_DIR}
4
4
DEPENDS enzymemlir-opt
5
5
ARGS -v
Original file line number Diff line number Diff line change
1
+ # Run regression and unit tests
2
+ add_lit_testsuite(check-enzymemlir-forward "Running MLIR forward mode tests"
3
+ ${CMAKE_CURRENT_BINARY_DIR}
4
+ DEPENDS enzymemlir-opt
5
+ ARGS -v
6
+ )
7
+
8
+ set_target_properties (check-enzymemlir-forward PROPERTIES FOLDER "Tests" )
Original file line number Diff line number Diff line change
1
+ # Run regression and unit tests
2
+ add_lit_testsuite(check-enzymemlir-pass "Running MLIR pass tests"
3
+ ${CMAKE_CURRENT_BINARY_DIR}
4
+ DEPENDS enzymemlir-opt
5
+ ARGS -v
6
+ )
7
+
8
+ set_target_properties (check-enzymemlir-pass PROPERTIES FOLDER "Tests" )
Original file line number Diff line number Diff line change
1
+ # Run regression and unit tests
2
+ add_lit_testsuite(check-enzymemlir-propprog "Running MLIR probprog tests"
3
+ ${CMAKE_CURRENT_BINARY_DIR}
4
+ DEPENDS enzymemlir-opt
5
+ ARGS -v
6
+ )
7
+
8
+ set_target_properties (check-enzymemlir-propprog PROPERTIES FOLDER "Tests" )
You can’t perform that action at this time.
0 commit comments