Salome HOME
abc9163ddeccee4cb1695eca51cab9f67fcfd8ca
[modules/hydro.git] / src / HYDRO_tests / reference_data / CMakeLists.txt
1 # Copyright (C) 2012-2015  CEA/DEN, EDF R&D, OPEN CASCADE
2 #
3 # This library is free software; you can redistribute it and/or
4 # modify it under the terms of the GNU Lesser General Public
5 # License as published by the Free Software Foundation; either
6 # version 2.1 of the License, or (at your option) any later version.
7 #
8 # This library is distributed in the hope that it will be useful,
9 # but WITHOUT ANY WARRANTY; without even the implied warranty of
10 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the GNU
11 # Lesser General Public License for more details.
12 #
13 # You should have received a copy of the GNU Lesser General Public
14 # License along with this library; if not, write to the Free Software
15 # Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307 USA
16 #
17 # See http://www.salome-platform.org/ or email : webmaster.salome@opencascade.com
18 #
19
20 # examples that cant be used for testing because they use external mesher plug-ins
21
22
23 SET(REFERENCE_DATA
24     01-2009-0865-6525-LA93.ecw 
25     01-2009-0865-6525-LA93.png 
26     Channel.png
27     CLC06.cst
28     CLC06-cut_1.dbf
29     CLC06-cut_1_res.png
30     CLC06-cut_1_res.shx
31     CLC06-cut_1.shp
32     CLC06-cut_1.shx
33     CLC06.dbf
34     CLC06.prj
35     CLC06.shp
36     CLC06.shx
37     clc_dec_150_350.png
38     CLC_decoupe.dbf
39     CLC_decoupe.prj
40     CLC_decoupe.qpj
41     CLC_decoupe.shp
42     CLC_decoupe.shx
43     cyprus_natural_all.png
44     cyprus_natural.dbf
45     cyprus_natural.prj
46     cyprus_natural.shp
47     cyprus_natural.shx
48     Extraction_Channel.png
49     Extraction_ImmZone.png
50     ff1.brep
51     ff2.brep
52     ff3.brep
53     LandCoverMap_Add_2_Objects.png
54     LandCoverMap_Merge_1.png
55     LandCoverMap_Merge_2.png
56     LandCoverMap_PrsByCoeff.png
57     LandCoverMap_PrsByTypes.png
58     LandCoverMap_Remove_1.png
59     LandCoverMap_Split_1.png
60     LandCoverMap_Split_2.png
61     LandCoverMap_Split_Polyline.png
62     LandCoverMap_TransparentPrs.png
63     LandCover_Triangles.png
64     LandCover_Triangles_Split.png
65     lc_dump.dbf
66     lc_dump.py
67     LCM_copied.png
68     lcm_poly_2_sections.png
69     LCM_split_2a.png
70     LCM_split_2b.png
71     merge_faces_boxes_11.png
72     merge_faces_boxes_12.png
73     merge_faces_boxes_13.png
74     merge_faces_boxes_14.png
75     merge_faces_boxes_21.png
76     merge_faces_boxes_22.png
77     merge_faces_boxes_23.png
78     merge_faces_boxes_24.png
79     merge_faces_circles_11.png
80     merge_faces_circles_12.png
81     merge_faces_circles_13.png
82     merge_faces_circles_14.png
83     merge_faces_circles_21.png
84     merge_faces_circles_22.png
85     merge_faces_circles_23.png
86     merge_faces_circles_24.png
87     Merge_Polylines.png
88     NLD_water_areas_dcw.dbf
89     NLD_water_areas_dcw.png
90     NLD_water_areas_dcw.prj
91     NLD_water_areas_dcw.shp
92     NLD_water_areas_dcw.shx
93     Polyline_Presentation.png
94     Polyline_Presentation_triangle.png
95     pp1.brep
96     pp2.brep
97     pp3.brep
98     pp4.brep
99     ref_dbf1.dbf
100     ref_dbf2.dbf
101     ref_dbf3.dbf
102     Shape_preview_im_zone.png
103     Split_Polylines_Colors.png
104     Split_Straight.png
105     st_dump.py
106     t1.dbf
107     test_LCM.dbf
108     test.telemac
109     r2.brep
110     p1.brep
111     p2.brep
112     p3.brep
113     cc_int_w_1.png
114     cc_int_w_2.png
115     cc_int_w_3.png
116     StreamDlg.png
117     Profiles.xyz
118     profiles1.xyz
119     DTM_1.png
120     DTM_2.png
121     stream_dtm_2d.png
122     stream_dtm_3d.png
123     pb_1066.cbf
124     f_cmp.brep
125     rebuild_cmp_out.png
126     garonne.png
127     gv_fitall.png
128     gv_zoomed_1.png
129     gv_zoomed_2.png
130     profiles_dlg_presentation.png
131     profiles_selected_points.png
132     bathy.xyz
133     bathy_prs.png
134     bathy_selection.png
135     bathy_rescaled_selection.png
136     test_zone.brep
137     overview_empty.png
138     overview_prs.png
139     overview_selection.png
140     overview_selection_a.png
141     overview_zoomed_1.png
142     overview_zoomed_2.png
143     overview_panned_1.png
144     overview_rotated_1.png
145     overview_drag.png
146     bathy_rescaled_user.png
147     bathy_rescaled_visible.png
148     bathy_text_labels.png
149     bathy_prs_fit_selected.png
150     zone_random_colors.png
151     diff_image.png
152 )
153
154 # Application tests
155
156 SET(TEST_INSTALL_DIRECTORY ${SALOME_INSTALL_BINS}/test/HYDRO)
157
158 IF( ${WIN32} )
159   FOREACH(file ${REFERENCE_DATA})
160     INSTALL(FILES win32/${file} DESTINATION ${TEST_INSTALL_DIRECTORY})
161   ENDFOREACH()
162 ELSE()
163   FOREACH(file ${REFERENCE_DATA})
164     INSTALL(FILES linux/${file} DESTINATION ${TEST_INSTALL_DIRECTORY})
165   ENDFOREACH()
166 ENDIF()