Move test_smeshplugins.py to 'bad' section as it depends on external plugins

This commit is contained in:
vsr 2019-08-08 15:03:52 +03:00
parent f65b9b8b24
commit d61b06f0eb

View File

@ -44,6 +44,7 @@ SET(BAD_TESTS
viewing_meshes_ex01.py viewing_meshes_ex01.py
radial_prism_3d_algo.py radial_prism_3d_algo.py
test_smeshplugin_mg_tetra_parallele.py test_smeshplugin_mg_tetra_parallele.py
test_smeshplugins.py
) )
SET(GOOD_TESTS SET(GOOD_TESTS
@ -181,7 +182,6 @@ SET(GOOD_TESTS
split_biquad.py split_biquad.py
quad_medial_axis_algo.py quad_medial_axis_algo.py
defining_hypotheses_len_near_vertex.py defining_hypotheses_len_near_vertex.py
test_smeshplugins.py
) )
SET(EXAMPLES_TESTS ${BAD_TESTS} ${GOOD_TESTS} testme.py) SET(EXAMPLES_TESTS ${BAD_TESTS} ${GOOD_TESTS} testme.py)