Salome HOME
Finalization of the sketch drawer "Create dimensions" flag implemented
[modules/shaper.git] / src / ExchangePlugin / CMakeLists.txt
index 6d95ce732e0c8ef6c937f3842b08e8f2515fa744..345b44fed8e5aeed956da38f83746aa419cf485d 100644 (file)
@@ -81,24 +81,8 @@ 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
+               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})
-