mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2024-11-11 16:19:16 +05:00
Add test for SALOME_ACTOR_DELEGATE_TO_VTK
Fix test
This commit is contained in:
parent
9d45de7fb7
commit
907bf7e857
9
doc/salome/examples/find_salome_actor_delegate_to_vtk.py
Normal file
9
doc/salome/examples/find_salome_actor_delegate_to_vtk.py
Normal file
@ -0,0 +1,9 @@
|
||||
|
||||
|
||||
# Find if SALOME_ACTOR_DELEGATE_TO_VTK is activated
|
||||
|
||||
import os
|
||||
import sys
|
||||
|
||||
result = 'SALOME_ACTOR_DELEGATE_TO_VTK' in os.environ
|
||||
sys.exit(int(not result))
|
@ -113,6 +113,7 @@ SET(GOOD_TESTS
|
||||
filters_ex39.py
|
||||
filters_node_nb_conn.py
|
||||
filters_belong2group.py
|
||||
find_salome_actor_delegate_to_vtk.py
|
||||
grouping_elements_ex01.py
|
||||
grouping_elements_ex02.py
|
||||
grouping_elements_ex03.py
|
||||
|
Loading…
Reference in New Issue
Block a user