Salome HOME
The same, as in onEnterViewPort(): validation of the operation should be pefromed...
[modules/shaper.git] / lcov-run.sh
1 #!/bin/bash
2
3 source env_lcov.sh
4
5 echo "Collect coverage data..."
6 lcov --capture --directory $(cd ../; pwd) --output-file coverage.info --no-external
7
8 echo "Generate HTML for coverage data..."
9 genhtml coverage.info --output-directory lcov_html
10