X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2Ftests%2FTest%2FCTestTestfileInstall.cmake;h=39971fb9aa9140a9aa198baeb1b5d8266ed5552b;hb=refs%2Ftags%2FV9_13_0b1;hp=040b33937428c5c1950a413c1eb73c0e1f3a74da;hpb=b8b05864d14bb52293c5c80f46c103b51d65f5cd;p=modules%2Fhomard.git diff --git a/src/tests/Test/CTestTestfileInstall.cmake b/src/tests/Test/CTestTestfileInstall.cmake index 040b3393..39971fb9 100644 --- a/src/tests/Test/CTestTestfileInstall.cmake +++ b/src/tests/Test/CTestTestfileInstall.cmake @@ -1,4 +1,4 @@ -# Copyright (C) 2016-2021 CEA/DEN, EDF R&D +# Copyright (C) 2016-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 @@ -18,6 +18,7 @@ # SET(SALOME_TEST_DRIVER "$ENV{KERNEL_ROOT_DIR}/bin/salome/appliskel/salome_test_driver.py") +SET(PYTHON_TEST_DRIVER "$ENV{KERNEL_ROOT_DIR}/bin/salome/appliskel/python_test_driver.py") SET(COMPONENT_NAME HOMARD) SET(TIMEOUT 500) @@ -35,10 +36,11 @@ tutorial_3 tutorial_4 tutorial_5 tutorial_6 +test_2d_1d_mesh ) FOREACH(tfile ${HOMARD_TEST_FILES}) SET(TEST_NAME HOMARD_${tfile}) - ADD_TEST(${TEST_NAME} python ${SALOME_TEST_DRIVER} ${TIMEOUT} ${tfile}.py) + ADD_TEST(${TEST_NAME} python ${PYTHON_TEST_DRIVER} ${TIMEOUT} ${tfile}.py) SET_TESTS_PROPERTIES(${TEST_NAME} PROPERTIES LABELS "${COMPONENT_NAME}") ENDFOREACH()