Salome HOME
[EDF21269] : Reproduce PTScotch graph split between independant runs
[tools/medcoupling.git] / src / MEDPartitioner / Test / CTestTestfileInstall.cmake
index 044e8154f7c9d9b1d5d5da0ece76ece01a3a85d0..9d84e1adfda555e908c820244c8a8be673e55eaf 100644 (file)
@@ -23,7 +23,7 @@ SET(TEST_NAMES
 
 FOREACH(tfile ${TEST_NAMES})
   SET(TEST_NAME ${COMPONENT_NAME}_${tfile})
-  ADD_TEST(${TEST_NAME} ${tfile})
+  ADD_TEST(${TEST_NAME} python ../MEDLoader/MCTestLauncher.py ${tfile})
   SET_TESTS_PROPERTIES(${TEST_NAME} PROPERTIES
     LABELS "${COMPONENT_NAME}"
     TIMEOUT ${TIMEOUT}