]> SALOME platform Git repositories - modules/shaper.git/blob - env_lcov.sh
Salome HOME
In SALOME mode the tool tip info defined in XML should be shown in Status tip of...
[modules/shaper.git] / env_lcov.sh
1 #!/bin/bash -e
2
3 LCOV_DIR=/dn48/newgeom/common/products/lcov-1.11
4 export PATH=${LCOV_DIR}/bin:${PATH}
5
6 echo "Use LCOV in ${LCOV_DIR}..."