X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=test%2Frun_all.sh;h=38b003a857f3cd24c577dc23c9575de91cfb87d2;hb=b0a4bb0045812c4bf0143a89f32b6dc227037dc1;hp=bf13d1f109f532ba2a7cd0524f83db5b41c978d5;hpb=911273905e57b2a25fa829b301660effc0606eee;p=tools%2Fsat.git diff --git a/test/run_all.sh b/test/run_all.sh index bf13d1f..38b003a 100755 --- a/test/run_all.sh +++ b/test/run_all.sh @@ -16,11 +16,19 @@ # License along with this library; if not, write to the Free Software # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA +rm -rf .coverage htmlcov + coverage run --source=../commands/config.py config/option_value.py > test_res.html coverage run --source=../commands/config.py -a config/option_value_2.py >> test_res.html coverage run --source=../commands/config.py -a config/create_user_pyconf.py >> test_res.html coverage run --source=../commands/config.py -a config/option_copy.py >> test_res.html coverage run --source=../commands/config.py -a config/option_edit.py >> test_res.html coverage run --source=../commands/config.py,../commands/log.py,../src/xmlManager.py,../src/logger.py -a log/launch_browser.py >> test_res.html -coverage run --source=../commands/config.py,../commands/source.py,../commands/patch.py,../commands/prepare.py,../src/module.py -a prepare/test_prepare.py >> test_res.html +coverage run --source=../commands/config.py,../commands/log.py,../src/xmlManager.py,../src/logger.py -a log/launch_browser2.py >> test_res.html +coverage run --source=../commands/config.py,../commands/source.py,../commands/patch.py,../commands/prepare.py,../src/product.py -a prepare/test_source.py >> test_res.html +coverage run --source=../commands/config.py,../commands/source.py,../commands/patch.py,../commands/prepare.py,../src/product.py -a prepare/test_patch.py >> test_res.html +coverage run --source=../commands/config.py,../commands/source.py,../commands/patch.py,../commands/prepare.py,../src/product.py -a prepare/test_prepare.py >> test_res.html +coverage run --source=../commands/config.py,../commands/environ.py,../src/environment.py,../src/fileEnviron.py -a environ/test_environ.py >> test_res.html coverage html + +#firefox test_res.html htmlcov/index.html \ No newline at end of file