]> SALOME platform Git repositories - modules/shaper.git/blobdiff - src/FeaturesPlugin/CTestTestfileInstall.cmake
Salome HOME
Add new SHAPER label : SHAPR_SEQ
[modules/shaper.git] / src / FeaturesPlugin / CTestTestfileInstall.cmake
index fd3d28560231bef0c16452c98ed03e99983b2053..a43c441a5a3193874dfc68b53fac9e22b7d67802 100644 (file)
 
 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()