]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/FeaturesPlugin/CTestTestfileInstall.cmake
Salome HOME
updated copyright message
[modules/shaper.git] / src / FeaturesPlugin / CTestTestfileInstall.cmake
index fd3d28560231bef0c16452c98ed03e99983b2053..a97594e6d4c3f3cd6e8e8362bdd489744148adee 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2021-2022  CEA/DEN, EDF R&D
+# Copyright (C) 2021-2023  CEA, EDF
 #
 # This library is free software; you can redistribute it and/or
 # modify it under the terms of the GNU Lesser General Public
 
 include(tests.set)
 
-foreach(tfile ${TEST_NAMES})
+foreach(tfile ${TEST_NAMES_PARA})
   set(TEST_NAME ${COMPONENT_NAME}_${tfile})
   add_test(${TEST_NAME} python ${tfile})
   set_tests_properties(${TEST_NAME} PROPERTIES LABELS "${SALOME_TEST_LABEL_ADV}")
 endforeach()
+
+
+foreach(tfile ${TEST_NAMES_SEQ})
+  set(TEST_NAME ${COMPONENT_NAME}_${tfile})
+  add_test(${TEST_NAME} python ${tfile})
+  set_tests_properties(${TEST_NAME} PROPERTIES LABELS "${SALOME_TEST_LABEL_SEQ}")
+endforeach()