Salome HOME
0023591: [EDF] Add test to check meshing plug-ins to SMESH module
authorvsr <vsr@opencascade.com>
Mon, 17 Sep 2018 12:11:07 +0000 (15:11 +0300)
committervsr <vsr@opencascade.com>
Mon, 17 Sep 2018 12:11:07 +0000 (15:11 +0300)
- additional fix: add new test case to check with 'salome test'

doc/salome/examples/CTestTestfileInstall.cmake

index a6bd0df5e6ac470793ac94b3752bb97da96d5953..aba1ded24eed83b37d79fa68914667c6a1e1aa03 100644 (file)
@@ -23,7 +23,7 @@ SET(SALOME_TEST_DRIVER "$ENV{KERNEL_ROOT_DIR}/bin/salome/appliskel/salome_test_d
 SET(COMPONENT_NAME SMESH)
 SET(TIMEOUT        300)
 
-FOREACH(tfile ${GOOD_TESTS})
+FOREACH(tfile ${GOOD_TESTS} ${BAD_TESTS})
   GET_FILENAME_COMPONENT(BASE_NAME ${tfile} NAME_WE)
   SET(TEST_NAME SMESH_${BASE_NAME})
   ADD_TEST(${TEST_NAME} python ${SALOME_TEST_DRIVER} ${TIMEOUT} ${tfile})