Skip to content

Commit bf761c0

Browse files
[arcane,tests] Ajoute test pour le mécanisme de transformation des mailles matériau qui n'utilise pas le filtrage.
1 parent 41398fb commit bf761c0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

arcane/ceapart/tests/CMakeLists.txt

+4-4
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,10 @@ if (ARCANE_HAS_ACCELERATOR_API)
103103
ARCANE_ADD_TEST(material3 testMaterial-3.arc "-m 20")
104104
# NOTE Ajoute test optmisation uniquement en sequentiel car pour l'instant cela
105105
# ne marche pas en parallele a cause de la suppression de mailles.
106-
ARCANE_ADD_TEST_SEQUENTIAL(material3_opt1 testMaterial-3-opt1.arc "-m 20")
107-
ARCANE_ADD_TEST_SEQUENTIAL(material3_opt3 testMaterial-3-opt3.arc "-m 20")
108-
ARCANE_ADD_TEST_SEQUENTIAL(material3_opt5 testMaterial-3-opt5.arc "-m 20")
109-
ARCANE_ADD_TEST_SEQUENTIAL(material3_opt7 testMaterial-3-opt7.arc "-m 20")
106+
ARCANE_ADD_TEST_SEQUENTIAL(material3_opt1 testMaterial-3-opt1.arc "-m 20" "-We,ARCANE_MATERIAL_TRANSFORM_NO_FILTER,1")
107+
ARCANE_ADD_TEST_SEQUENTIAL(material3_opt3 testMaterial-3-opt3.arc "-m 20" "-We,ARCANE_MATERIAL_TRANSFORM_NO_FILTER,1")
108+
ARCANE_ADD_TEST_SEQUENTIAL(material3_opt5 testMaterial-3-opt5.arc "-m 20" "-We,ARCANE_MATERIAL_TRANSFORM_NO_FILTER,1")
109+
ARCANE_ADD_TEST_SEQUENTIAL(material3_opt7 testMaterial-3-opt7.arc "-m 20" "-We,ARCANE_MATERIAL_TRANSFORM_NO_FILTER,1")
110110
if(NOT ARCANE_DISABLE_PERFCOUNTER_TESTS)
111111
arcane_add_test_sequential(material3_opt7_trace testMaterial-3-opt7.arc "-m 20" "-We,ARCANE_TRACE_ENUMERATOR,1")
112112
endif()

0 commit comments

Comments
 (0)