Salome HOME
refs #1341: debug of difference image
[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     Channel.png
25     CLC06.cst
26     CLC06-cut_1.dbf
27     CLC06-cut_1_res.png
28     CLC06-cut_1_res.shx
29     CLC06-cut_1.shp
30     CLC06-cut_1.shx
31     CLC06.dbf
32     CLC06.prj
33     CLC06.shp
34     CLC06.shx
35     clc_dec_150_350.png
36     CLC_decoupe.dbf
37     CLC_decoupe.prj
38     CLC_decoupe.qpj
39     CLC_decoupe.shp
40     CLC_decoupe.shx
41     cyprus_natural_all.png
42     cyprus_natural.dbf
43     cyprus_natural.prj
44     cyprus_natural.shp
45     cyprus_natural.shx
46     Extraction_Channel.png
47     Extraction_ImmZone.png
48     ff1.brep
49     ff2.brep
50     ff3.brep
51     LandCoverMap_Add_2_Objects.png
52     LandCoverMap_Merge_1.png
53     LandCoverMap_Merge_2.png
54     LandCoverMap_PrsByCoeff.png
55     LandCoverMap_PrsByTypes.png
56     LandCoverMap_Remove_1.png
57     LandCoverMap_Split_1.png
58     LandCoverMap_Split_2.png
59     LandCoverMap_Split_Polyline.png
60     LandCoverMap_TransparentPrs.png
61     LandCover_Triangles.png
62     LandCover_Triangles_Split.png
63     lc_dump.dbf
64     lc_dump.py
65     LCM_copied.png
66     lcm_poly_2_sections.png
67     LCM_split_2a.png
68     LCM_split_2b.png
69     merge_faces_boxes_11.png
70     merge_faces_boxes_12.png
71     merge_faces_boxes_13.png
72     merge_faces_boxes_14.png
73     merge_faces_boxes_21.png
74     merge_faces_boxes_22.png
75     merge_faces_boxes_23.png
76     merge_faces_boxes_24.png
77     merge_faces_circles_11.png
78     merge_faces_circles_12.png
79     merge_faces_circles_13.png
80     merge_faces_circles_14.png
81     merge_faces_circles_21.png
82     merge_faces_circles_22.png
83     merge_faces_circles_23.png
84     merge_faces_circles_24.png
85     Merge_Polylines.png
86     NLD_water_areas_dcw.dbf
87     NLD_water_areas_dcw.png
88     NLD_water_areas_dcw.prj
89     NLD_water_areas_dcw.shp
90     NLD_water_areas_dcw.shx
91     Polyline_Presentation.png
92     Polyline_Presentation_triangle.png
93     pp1.brep
94     pp2.brep
95     pp3.brep
96     pp4.brep
97     ref_dbf1.dbf
98     ref_dbf2.dbf
99     ref_dbf3.dbf
100     Shape_preview_im_zone.png
101     Split_Polylines_Colors.png
102     Split_Straight.png
103     st_dump.py
104     t1.dbf
105     test_LCM.dbf
106     test.telemac
107     r2.brep
108     p1.brep
109     p2.brep
110     p3.brep
111     cc_int_w_1.png
112     cc_int_w_2.png
113     cc_int_w_3.png
114     StreamDlg.png
115     Profiles.xyz
116     profiles1.xyz
117     DTM_1.png
118     DTM_2.png
119     stream_dtm_2d.png
120     stream_dtm_3d.png
121     pb_1066.cbf
122     f_cmp.brep
123     rebuild_cmp_out.png
124     garonne.png
125     gv_fitall.png
126     gv_zoomed_1.png
127     gv_zoomed_2.png
128     profiles_dlg_presentation.png
129     profiles_selected_points.png
130     bathy.xyz
131     bathy_prs.png
132     bathy_selection.png
133     bathy_rescaled_selection.png
134     test_zone.brep
135     overview_empty.png
136     overview_prs.png
137     overview_selection.png
138     overview_selection_a.png
139     overview_zoomed_1.png
140     overview_zoomed_2.png
141     overview_panned_1.png
142     overview_rotated_1.png
143     overview_drag.png
144     bathy_rescaled_user.png
145     bathy_rescaled_visible.png
146     bathy_text_labels.png
147     bathy_prs_fit_selected.png
148     zone_random_colors.png
149     diff_image.png
150 )
151
152 # Application tests
153
154 SET(TEST_INSTALL_DIRECTORY ${SALOME_INSTALL_BINS}/test/HYDRO)
155
156 IF( ${WIN32} )
157   FOREACH(file ${REFERENCE_DATA})
158     INSTALL(FILES win32/${file} DESTINATION ${TEST_INSTALL_DIRECTORY})
159   ENDFOREACH()
160 ELSE()
161   FOREACH(file ${REFERENCE_DATA})
162     INSTALL(FILES linux/${file} DESTINATION ${TEST_INSTALL_DIRECTORY})
163   ENDFOREACH()
164 ENDIF()