Salome HOME
Merge remote branch 'origin/gdd/translations'
[modules/smesh.git] / src / Tools / padder / unittests / autotest.sh.in
index d882d7d12c9413d1cd95807748c806154c859889..fac18bace625af40c204c46d032d6619d471f565 100644 (file)
@@ -1,10 +1,10 @@
 #!/bin/bash
-# Copyright (C) 2010-2013  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