Salome HOME
bos #29484 Add a test service to build tesselation on a shape
authorvsr <vsr@opencascade.com>
Tue, 19 Apr 2022 16:54:37 +0000 (19:54 +0300)
committervsr <vsr@opencascade.com>
Thu, 21 Apr 2022 09:40:44 +0000 (12:40 +0300)
commit23463956b04e8eea1c10e6450d20693f51561b5d
tree6649e759ae133028583f560197a2fa2ffb46a803
parenta847e2c6495ef248da62fb22dca24e4875d4f16f
bos #29484 Add a test service to build tesselation on a shape
30 files changed:
CMakeLists.txt
CTestTestfileInstall.cmake
doc/salome/CMakeLists.txt
doc/salome/examples/0README [new file with mode: 0644]
doc/salome/examples/CMakeLists.txt
doc/salome/examples/CTestTestfileInstall.cmake
doc/salome/examples/testme.py [deleted file]
doc/salome/examples/tests.py.in [deleted file]
doc/salome/examples/tests.set
idl/GEOM_Gen.idl
src/GEOMImpl/CMakeLists.txt
src/GEOMImpl/GEOMImpl_Gen.cxx
src/GEOMImpl/GEOMImpl_Gen.hxx
src/GEOMImpl/GEOMImpl_ITestOperations.cxx [new file with mode: 0644]
src/GEOMImpl/GEOMImpl_ITestOperations.hxx [new file with mode: 0644]
src/GEOM_I/CMakeLists.txt
src/GEOM_I/GEOM_Gen_i.cc
src/GEOM_I/GEOM_Gen_i.hh
src/GEOM_I/GEOM_ITestOperations_i.cc [new file with mode: 0644]
src/GEOM_I/GEOM_ITestOperations_i.hh [new file with mode: 0644]
src/GEOM_SWIG/geomBuilder.py
src/XAO/tests/CMakeLists.txt
src/XAO/tests/CTestTestfileInstall.cmake
test/0README [new file with mode: 0644]
test/CMakeLists.txt [new file with mode: 0644]
test/CTestTestfileInstall.cmake [new file with mode: 0644]
test/data/test_performance_01.brep [new file with mode: 0644]
test/test_helper.py [new file with mode: 0755]
test/test_perf_01.py [new file with mode: 0644]
test/tests.set [new file with mode: 0644]