Salome HOME
022491: EDF 2249 SMESH: Integration of a small python library for quadrangle meshing
[modules/smesh.git] / src / Tools / padder / unittests / autotest.sh.in
index d882d7d12c9413d1cd95807748c806154c859889..e4130283b23d72c3360ed827fc1983791dc46324 100644 (file)
@@ -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