X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FTools%2Fpadder%2Funittests%2Fautotest.sh.in;h=e4130283b23d72c3360ed827fc1983791dc46324;hb=8fff0ccaded5504f785ff689fea994ea208f1490;hp=d882d7d12c9413d1cd95807748c806154c859889;hpb=bd8f1aee7c78f7d2eb82bd4fec5e08c9e3d280ce;p=modules%2Fsmesh.git diff --git a/src/Tools/padder/unittests/autotest.sh.in b/src/Tools/padder/unittests/autotest.sh.in index d882d7d12..e4130283b 100644 --- a/src/Tools/padder/unittests/autotest.sh.in +++ b/src/Tools/padder/unittests/autotest.sh.in @@ -1,10 +1,10 @@ #!/bin/bash -# Copyright (C) 2010-2013 EDF R&D +# Copyright (C) 2010-2014 EDF R&D # # This library is free software; you can redistribute it and/or # modify it under the terms of the GNU Lesser General Public # License as published by the Free Software Foundation; either -# version 2.1 of the License. +# version 2.1 of the License, or (at your option) any later version. # # This library is distributed in the hope that it will be useful, # but WITHOUT ANY WARRANTY; without even the implied warranty of @@ -33,7 +33,7 @@ listfiles="\ unittests/usecase_meshJobManager.py \ gui/inputdata.py" -INSTALL_DIR=@prefix@ +INSTALL_DIR=@CMAKE_INSTALL_PREFIX@ PYTHON_DIR=$INSTALL_DIR/lib/python@PYTHON_VERSION@/site-packages/salome PYTHONPATH=$PYTHON_DIR:$PYTHONPATH export PYTHONPATH