From: vsr Date: Mon, 17 Sep 2018 12:11:07 +0000 (+0300) Subject: 0023591: [EDF] Add test to check meshing plug-ins to SMESH module X-Git-Tag: V9_2_0a1~3 X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=commitdiff_plain;h=37d2abfafb42447e05a6fae88738dea50724b514 0023591: [EDF] Add test to check meshing plug-ins to SMESH module - additional fix: add new test case to check with 'salome test' --- diff --git a/doc/salome/examples/CTestTestfileInstall.cmake b/doc/salome/examples/CTestTestfileInstall.cmake index a6bd0df5e..aba1ded24 100644 --- a/doc/salome/examples/CTestTestfileInstall.cmake +++ b/doc/salome/examples/CTestTestfileInstall.cmake @@ -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})