Salome HOME
Add test for .mesh file format
[tools/medcoupling.git] / src / MEDLoader / Swig / CTestTestfileInstall.cmake
index 73c07806ceae5de5524d1581928a8a427b706c17..4594d1ac07ad71c1a0e91fd4837886a8fa5cab9c 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2015-2023  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
@@ -22,7 +22,7 @@ INCLUDE(tests.set)
 FOREACH(tfile ${ALL_TESTS})
   GET_FILENAME_COMPONENT(BASE_NAME ${tfile} NAME_WE)
   SET(TEST_NAME ${COMPONENT_NAME}_${BASE_NAME})
-  ADD_TEST(${TEST_NAME} python ${tfile})
+  ADD_TEST(${TEST_NAME} python3 ${tfile})
   SET_TESTS_PROPERTIES(${TEST_NAME} PROPERTIES
     LABELS "${COMPONENT_NAME}"
     TIMEOUT ${TIMEOUT}