Salome HOME
Adding support of salome test and make test
authorChristophe Bourcier <christophe.bourcier@cea.fr>
Wed, 30 Aug 2017 14:18:23 +0000 (16:18 +0200)
committerChristophe Bourcier <christophe.bourcier@cea.fr>
Wed, 30 Aug 2017 14:18:23 +0000 (16:18 +0200)
commit217595b043e342bae8db187eb63ac9bd8c483b20
treec1f266501c11124d41a3c63b0f29351ff732d75e
parentdfbdf1950475c847558f7b6c65d0c3e10a16d86b
Adding support of salome test and make test
40 files changed:
CMakeLists.txt
doc/salome/examples/CMakeLists.txt
doc/salome/examples/blsurfdemo.py
doc/salome/examples/examples.set [new file with mode: 0644]
doc/salome/examples/periodicity_prepro.py [new file with mode: 0644]
doc/salome/examples/test_periodicity_precad.py [deleted file]
doc/salome/examples/testme.py [new file with mode: 0755]
doc/salome/gui/BLSURFPLUGIN/input/blsurfplugin_python_interface.doc
tests/CMakeLists.txt
tests/CTestTestfileInstall.cmake [new file with mode: 0644]
tests/enforced_internal_vertex.py [new file with mode: 0644]
tests/enforced_vertex.py [new file with mode: 0644]
tests/multithread.py [new file with mode: 0644]
tests/periodicity_2D_prepro.py [new file with mode: 0644]
tests/periodicity_prepro.py [new file with mode: 0644]
tests/periodicity_reflexion_2D_prepro.py [new file with mode: 0644]
tests/periodicity_reflexion_prepro.py [new file with mode: 0644]
tests/periodicity_with_points_2D_prepro.py [new file with mode: 0644]
tests/prepro_intersections.py [new file with mode: 0644]
tests/prepro_keep_gaps.py [new file with mode: 0644]
tests/proximity.py [new file with mode: 0644]
tests/quadrangles.py [new file with mode: 0644]
tests/quadrangles_gradation.py [new file with mode: 0644]
tests/remove_tiny_edges.py [new file with mode: 0644]
tests/sphere.py [new file with mode: 0644]
tests/test_cadsurf_multithread.py [deleted file]
tests/test_enforced_internal_vertex.py [deleted file]
tests/test_enforced_vertex.py [deleted file]
tests/test_periodicity_2D_precad.py [deleted file]
tests/test_periodicity_precad.py [deleted file]
tests/test_periodicity_reflexion_2D_precad.py [deleted file]
tests/test_periodicity_reflexion_precad.py [deleted file]
tests/test_periodicity_with_points_2D_precad.py [deleted file]
tests/test_precad_intersections.py [deleted file]
tests/test_precad_keep_gaps.py [deleted file]
tests/test_proximity.py [deleted file]
tests/test_quadrangles_gradation.py [deleted file]
tests/test_remove_tiny_edges.py [deleted file]
tests/test_sphere.py [deleted file]
tests/tests.set [new file with mode: 0644]