Add test for SALOME_ACTOR_DELEGATE_TO_VTK

This commit is contained in:
EMMANUEL STREBY 2021-08-16 17:11:00 +02:00
parent 8d185cc9e6
commit 873ae77ca5
2 changed files with 8 additions and 0 deletions

View 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)

View File

@ -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