Skip to content

Commit c28abbc

Browse files
[arcane,tests] Ajoute tests pour la V1 de 'ItemGroup::applyOperation()'
1 parent 4b79d86 commit c28abbc

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

arcane/src/arcane/tests/CMakeLists.txt

+2-1
Original file line numberDiff line numberDiff line change
@@ -727,7 +727,8 @@ arcane_add_test_sequential(simple_csv_output_service testSimpleCsvOutputService.
727727
arcane_add_test_sequential(simple_csv_comparator_service testSimpleCsvComparatorService.arc)
728728

729729
arcane_add_test(geometry testGeom.arc)
730-
arcane_add_test(geometry_applyoperation_v2 testGeom.arc -We,ARCANE_APPLYOPERATION_VERSION,2 -We,ARCANE_DEBUG_APPLYOPERATION,1)
730+
arcane_add_test(geometry_applyoperation_v2 testGeom.arc -We,ARCANE_DEBUG_APPLYOPERATION,1)
731+
arcane_add_test(geometry_applyoperation_v1 testGeom.arc -We,ARCANE_APPLYOPERATION_VERSION,1 -We,ARCANE_DEBUG_APPLYOPERATION,1)
731732

732733
if(ARCANE_HAS_SOLVERS)
733734
ARCANE_ADD_TEST_PARALLEL(solver testSolver.arc 1)

0 commit comments

Comments
 (0)