Salome HOME
updated copyright message
[modules/gui.git] / tools / CurvePlot / src / python / model / CMakeLists.txt
index 4ebc34f0a5e4fdb597b4305c0fc94d0c07381c88..ef3b9d3b451b3ecd0942715917538c1e7943e3bf 100644 (file)
@@ -1,4 +1,4 @@
-# Copyright (C) 2012-2019  CEA/DEN, EDF R&D
+# Copyright (C) 2012-2023  CEA/DEN, 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
@@ -24,5 +24,8 @@ SET(_all_lib_SCRIPTS
     PlotManager.py
     XYPlotSetModel.py
 )
-    
+
 SALOME_INSTALL_SCRIPTS("${_all_lib_SCRIPTS}" ${SALOME_CURVEPLOT_INSTALL_PYTHON})
+
+# For test purposes
+FILE(COPY ${_all_lib_SCRIPTS} DESTINATION ${CRVPLOT_TEST_INSTALL})