Salome HOME
[TetraIntersect] Formatting and including what's inline really inline!
[tools/medcoupling.git] / src / MEDPartitioner_Swig / CTestTestfileInstall.cmake
index a457eec59cecc26342962b5b580e6a8c28769ba5..ce70ae57f11bf2a87506dd3a97e61bef480341ea 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2015-2023  CEA, EDF
+# 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
@@ -25,7 +25,7 @@ SET(PYTHONPATH $ENV{PYTHONPATH})
 CMAKE_PATH(APPEND PYTHONPATH "../../bin")
 FOREACH(tfile ${TEST_NAMES})
   SET(TEST_NAME ${COMPONENT_NAME}_${tfile})
-  ADD_TEST(${TEST_NAME} python ${tfile}.py)
+  ADD_TEST(${TEST_NAME} python3 ${tfile}.py)
   SET_TESTS_PROPERTIES(${TEST_NAME} PROPERTIES
     LABELS "${COMPONENT_NAME}"
     TIMEOUT ${TIMEOUT}