Salome HOME
Correction for hydro_test
[modules/hydro.git] / src / HYDRO_tests / reference_data / CMakeLists.txt
index 8dd4b2f8c1066629669479e1f4bdbbec449c0339..0e391a25dad401c7911021447f87f9d51f61bf3a 100644 (file)
@@ -21,6 +21,8 @@
 
 
 SET(REFERENCE_DATA
+    01-2009-0865-6525-LA93.ecw 
+    01-2009-0865-6525-LA93.png 
     Channel.png
     CLC06.cst
     CLC06-cut_1.dbf
@@ -33,6 +35,7 @@ SET(REFERENCE_DATA
     CLC06.shp
     CLC06.shx
     clc_dec_150_350.png
+    CLC_decoupe.dbf
     CLC_decoupe.prj
     CLC_decoupe.qpj
     CLC_decoupe.shp
@@ -88,6 +91,7 @@ SET(REFERENCE_DATA
     NLD_water_areas_dcw.shp
     NLD_water_areas_dcw.shx
     Polyline_Presentation.png
+    Polyline_Presentation_triangle.png
     pp1.brep
     pp2.brep
     pp3.brep
@@ -106,13 +110,72 @@ SET(REFERENCE_DATA
     p1.brep
     p2.brep
     p3.brep
-    cc_int_w_1.png 
+    cc_int_w_1.png
     cc_int_w_2.png
     cc_int_w_3.png
-    StreamDlg.png    
+    StreamDlg.png
+    Profiles.xyz
+    profiles1.xyz
+    DTM_1.png
+    DTM_2.png
+    stream_dtm_2d.png
+    stream_dtm_3d.png
+    pb_1066.cbf
+    test_boundary_polygon_calc_case_1.cbf
+    test_boundary_polygon_calc_case_2.cbf
+    f_cmp.brep
+    rebuild_cmp_out.png
+    garonne.png
+    gv_fitall.png
+    gv_zoomed_1.png
+    gv_zoomed_2.png
+    profiles_dlg_presentation.png
+    profiles_selected_points.png
+    bathy.xyz
+    bathy_prs.png
+    bathy_selection.png
+    bathy_rescaled_selection.png
+    test_zone.brep
+    overview_empty.png
+    overview_prs.png
+    overview_selection.png
+    overview_selection_a.png
+    overview_zoomed_1.png
+    overview_zoomed_2.png
+    overview_panned_1.png
+    overview_rotated_1.png
+    overview_drag.png
+    bathy_rescaled_user.png
+    bathy_rescaled_visible.png
+    bathy_text_labels.png
+    bathy_prs_fit_selected.png
+    zone_random_colors.png
+    diff_image.png
+    Polyline_import_XY.png
+    Polyline_import_XYZ.png
+    Polyline_import_XYZ_3D.png
+    Polylines_import_SX.png
+    polylines_sx.sx
+    ax_lb_rb.sx
+    lism_prs.png
+    study_cc_1.cbf
+    study_cc_2.cbf
+    cc_complete_1.png
+    cc_complete_2.png
+    study_lism_1.cbf
+    trait_cote_lambert1N.sx
 )
 
 # Application tests
 
-SET(TEST_INSTALL_DIRECTORY ${SALOME_INSTALL_SCRIPT_SCRIPTS}/test)
-INSTALL(FILES ${REFERENCE_DATA} DESTINATION ${TEST_INSTALL_DIRECTORY})
+SET(TEST_INSTALL_DIRECTORY ${SALOME_INSTALL_BINS}/test/HYDRO)
+
+IF( ${WIN32} )
+  FOREACH(file ${REFERENCE_DATA})
+    INSTALL(FILES win32/${file} DESTINATION ${TEST_INSTALL_DIRECTORY})
+  ENDFOREACH()
+ELSE()
+  FOREACH(file ${REFERENCE_DATA})
+    INSTALL(FILES linux/${file} DESTINATION ${TEST_INSTALL_DIRECTORY})
+  ENDFOREACH()
+ENDIF()