X-Git-Url: http://git.salome-platform.org/gitweb/?p=modules%2Fsmesh.git;a=blobdiff_plain;f=src%2FTools%2Fpadder%2Funittests%2Fautotest.sh.in;h=fac18bace625af40c204c46d032d6619d471f565;hp=7ff1ece28d2c54d1b1021c9630ecc7b02abfb467;hb=6bac08c1a81f34d3f21c550bd92f83654b2546a5;hpb=bd4e115a78b52e3fbc016e5e30bb0e19b2a9e7d6 diff --git a/src/Tools/padder/unittests/autotest.sh.in b/src/Tools/padder/unittests/autotest.sh.in index 7ff1ece28..fac18bace 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-2012 EDF R&D +# Copyright (C) 2010-2015 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