mirror of
https://git.salome-platform.org/gitpub/modules/smesh.git
synced 2025-01-13 10:10:33 +05:00
Add test for SALOME_ACTOR_DELEGATE_TO_VTK
This commit is contained in:
parent
8d185cc9e6
commit
873ae77ca5
7
doc/salome/examples/find_salome_actor_delegate_to_vtk.py
Normal file
7
doc/salome/examples/find_salome_actor_delegate_to_vtk.py
Normal file
@ -0,0 +1,7 @@
|
||||
# Find if SALOME_ACTOR_DELEGATE_TO_VTK is activated
|
||||
|
||||
import salome
|
||||
import os
|
||||
|
||||
result = os.environ.get('SALOME_ACTOR_DELEGATE_TO_VTK')
|
||||
print(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