Salome HOME
Fix for creation of a step presentation with Part selection type
[modules/shaper.git] / src / ExchangePlugin / CMakeLists.txt
index 6d95ce732e0c8ef6c937f3842b08e8f2515fa744..222f2e6eaea1ac3bea1cbbb0aa44e8d0b8465cd8 100644 (file)
@@ -1,22 +1,21 @@
-## Copyright (C) 2014-2017  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
-## License as published by the Free Software Foundation; either
-## 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
-## MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
-## Lesser General Public License for more details.
-##
-## You should have received a copy of the GNU Lesser General Public
-## License along with this library; if not, write to the Free Software
-## Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
-##
-## See http:##www.salome-platform.org/ or
-## email : webmaster.salome@opencascade.com<mailto:webmaster.salome@opencascade.com>
-##
+# Copyright (C) 2014-2019  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
+# License as published by the Free Software Foundation; either
+# 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
+# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
+# Lesser General Public License for more details.
+#
+# You should have received a copy of the GNU Lesser General Public
+# License along with this library; if not, write to the Free Software
+# Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
+#
+# See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
+#
 
 INCLUDE(Common)
 INCLUDE(UnitTest)
@@ -81,24 +80,9 @@ INSTALL(FILES ${TEXT_RESOURCES} DESTINATION ${SHAPER_INSTALL_XML_RESOURCES})
 
 ADD_UNIT_TESTS(TestImport.py
                TestExport.py
-               Test2290.py)
-
-SET(DATA_FILES
-  solid.brep
-  solid.brp
-  screw.step
-  screw.stp
-  bearing.iges
-  bearing.igs
-  Box_1.brep
-  test.xao
-  export_ref.xao
+               Test2290.py
+               Test2459.py
+               TestExportToXAOWithFields.py
+               TestExportToXAOWithGroupNotUpdated.py
+               TestExport_FiniteValidator.py
 )
-
-FOREACH(file ${DATA_FILES})
-  CONFIGURE_FILE(
-    ${CMAKE_CURRENT_SOURCE_DIR}/Test/Data/${file}
-    ${CMAKE_CURRENT_BINARY_DIR}/Data/${file}
-    COPYONLY)
-ENDFOREACH(file ${DATA_FIELS})
-