Add README files

This commit is contained in:
vsr 2022-04-14 11:41:22 +03:00
parent 50a0074205
commit b9f284f09b
2 changed files with 14 additions and 0 deletions

7
doc/examples/0README Normal file
View File

@ -0,0 +1,7 @@
This folder contains example Python scripts which are used in the documentation of Mesh module,
i.e. those mentioned in *.rst files in {root_src}/doc/gui folder.
These tests are exported into the ${SMESH_ROOT_DIR}/share/doc/salome/examples folder and can be
executed with the `salome test` command, as a part of whole testing procedure.
Other Python scripts aimed for testing purposes must be put into the ${root_src}/test folder!

7
test/0README Normal file
View File

@ -0,0 +1,7 @@
This folder contains test scripts for SMESH module.
These tests are exported into the ${SMESH_ROOT_DIR}/bin/test folder and can be executed with the
`salome test` command, as a part of whole testing procedure.
The example Python scripts to be used in the documentation of Mesh module, must be put into the
{root_src}/doc/examples folder!