X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=test%2Frun_all.sh;h=bf13d1f109f532ba2a7cd0524f83db5b41c978d5;hb=911273905e57b2a25fa829b301660effc0606eee;hp=b9bed1a4a2e6a3f1fbb958f42ab69010f7abbacd;hpb=ed36deec018711ff55ad1ab406974da369bb19e6;p=tools%2Fsat.git diff --git a/test/run_all.sh b/test/run_all.sh index b9bed1a..bf13d1f 100755 --- a/test/run_all.sh +++ b/test/run_all.sh @@ -22,4 +22,5 @@ coverage run --source=../commands/config.py -a config/create_user_pyconf.py >> t 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 html