Salome HOME
RE-organization of directories, according to CEA request
[tools/sat.git] / test / run_all.sh
index 84f863258b62c42a6d0f2840f5189872a09417dd..a6efebb43be7a4316962481d66afd04b0cd97537 100755 (executable)
@@ -16,8 +16,8 @@
 #  License along with this library; if not, write to the Free Software
 #  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
 
-coverage run --source=../src/config.py    config/option_value.py > test_res.html
-coverage run --source=../src/config.py -a config/option_value_2.py >> test_res.html
-coverage run --source=../src/config.py -a config/create_user_pyconf.py >> test_res.html
-coverage run --source=../src/config.py -a config/option_copy.py >> test_res.html
+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 html