Add test for SALOME_ACTOR_DELEGATE_TO_VTK

Fix test
This commit is contained in:
EMMANUEL STREBY 2021-08-16 17:11:00 +02:00 committed by Anthony Geay
parent 9d45de7fb7
commit 907bf7e857
2 changed files with 10 additions and 0 deletions

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

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