Salome HOME
Updated copyright comment
[tools/medcoupling.git] / src / MEDPartitioner / Test / CTestTestfileInstall.cmake
index 3111fabff57db7d9f0e977e0a8543838e3a9986b..afb0e91e5fda84036171e44ffab9fdabb9b60264 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2015-2022  CEA/DEN, EDF R&D
+# Copyright (C) 2015-2024  CEA, EDF
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
@@ -23,7 +23,7 @@ SET(TEST_NAMES
 
 FOREACH(tfile ${TEST_NAMES})
   SET(TEST_NAME ${COMPONENT_NAME}_${tfile})
-  ADD_TEST(${TEST_NAME} python ../MEDLoader/MCTestLauncher.py ${tfile})
+  ADD_TEST(${TEST_NAME} python3 ../MEDLoader/MCTestLauncher.py ${tfile})
   SET_TESTS_PROPERTIES(${TEST_NAME} PROPERTIES
     LABELS "${COMPONENT_NAME}"
     TIMEOUT ${TIMEOUT}