mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-12 09:40:35 +05:00
0023591: [EDF] Add test to check meshing plug-ins to SMESH module
- additional fix: add new test case to check with 'salome test'
This commit is contained in:
parent
646d8ac2aa
commit
37d2abfafb
@ -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})
|
||||
|
Loading…
Reference in New Issue
Block a user