]> SALOME platform Git repositories - modules/homard.git/blobdiff - src/tests/Test/CTestTestfileInstall.cmake
Salome HOME
Merge branch 'V9_13_BR'
[modules/homard.git] / src / tests / Test / CTestTestfileInstall.cmake
index 7e8c01fc8f7709d9b67a82ae4fe574cf995c1d28..39971fb9aa9140a9aa198baeb1b5d8266ed5552b 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2016  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)
@@ -27,15 +28,19 @@ test_1
 test_2
 test_3
 test_4
+test_5
+test_6
 tutorial_1
 tutorial_2
 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()