|
1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // |
|
15 |
|
16 PRJ_PLATFORMS |
|
17 TOOLS2 |
|
18 WINSCW |
|
19 |
|
20 PRJ_TESTEXPORTS |
|
21 |
|
22 // WINSCW test files |
|
23 ../src/T_SCRIPT.TXT /epoc32/data/z/system/test/t_script.txt |
|
24 ../src/T_SCRIPT.TXT /epoc32/winscw/c/dbms-tst/t_script.txt |
|
25 |
|
26 ../src/TypeTextKTests44.dat z:/test/data/typetextktests44.dat |
|
27 ../src/TypeTextKTests46.dat z:/test/data/typetextktests46.dat |
|
28 ../src/TypeTextKTests47.dat z:/test/data/typetextktests47.dat |
|
29 |
|
30 // Tools2 Test files |
|
31 ../src/T_SCRIPT.TXT /epoc32/release/tools2/deb/dbms-tst/t_script.txt |
|
32 ../src/T_SCRIPT.TXT /epoc32/release/tools2/rel/dbms-tst/t_script.txt |
|
33 |
|
34 // Work around for DEF063276 |
|
35 ../src/TypeTextKTests44.dat /epoc32/release/tools2/deb/dbms-tst/typetextktests44.dat |
|
36 ../src/TypeTextKTests46.dat /epoc32/release/tools2/deb/dbms-tst/typetextktests46.dat |
|
37 ../src/TypeTextKTests47.dat /epoc32/release/tools2/deb/dbms-tst/typetextktests47.dat |
|
38 ../src/TypeTextKTests44.dat /epoc32/release/tools2/rel/dbms-tst/typetextktests44.dat |
|
39 ../src/TypeTextKTests46.dat /epoc32/release/tools2/rel/dbms-tst/typetextktests46.dat |
|
40 ../src/TypeTextKTests47.dat /epoc32/release/tools2/rel/dbms-tst/typetextktests47.dat |
|
41 |
|
42 // For Linux test |
|
43 ../src/T_SCRIPT.TXT /epoc32/release/tools2/linux-i386/deb/dbms-tst/t_script.txt |
|
44 ../src/T_SCRIPT.TXT /epoc32/release/tools2/linux-i386/rel/dbms-tst/t_script.txt |
|
45 ../src/TypeTextKTests44.dat /epoc32/release/tools2/linux-i386/deb/dbms-tst/typetextktests44.dat |
|
46 ../src/TypeTextKTests46.dat /epoc32/release/tools2/linux-i386/deb/dbms-tst/typetextktests46.dat |
|
47 ../src/TypeTextKTests47.dat /epoc32/release/tools2/linux-i386/deb/dbms-tst/typetextktests47.dat |
|
48 ../src/TypeTextKTests44.dat /epoc32/release/tools2/linux-i386/rel/dbms-tst/typetextktests44.dat |
|
49 ../src/TypeTextKTests46.dat /epoc32/release/tools2/linux-i386/rel/dbms-tst/typetextktests46.dat |
|
50 ../src/TypeTextKTests47.dat /epoc32/release/tools2/linux-i386/rel/dbms-tst/typetextktests47.dat |
|
51 |
|
52 PRJ_TESTMMPFILES |
|
53 |
|
54 #ifdef WINSCW |
|
55 |
|
56 t_alterpc.mmp |
|
57 t_benchpc.mmp |
|
58 t_bigpc.mmp |
|
59 t_bugpc.mmp |
|
60 t_clientpc.mmp |
|
61 t_comppc.mmp // depends on output from t_bench |
|
62 t_dbmspc.mmp |
|
63 t_dbmsscriptpc.mmp |
|
64 t_dbmsstrcomppc.mmp |
|
65 t_defectpc.mmp |
|
66 t_failpc.mmp |
|
67 t_indexpc.mmp |
|
68 t_limitpc.mmp |
|
69 t_longcolpc.mmp |
|
70 t_panicpc.mmp |
|
71 t_sqlpc.mmp |
|
72 t_transpc.mmp |
|
73 t_windowpc.mmp |
|
74 |
|
75 #endif // WINSCW |
|
76 |
|
77 PRJ_TESTEXTENSIONS |
|
78 |
|
79 #ifdef TOOLS2 |
|
80 |
|
81 // t_alter |
|
82 start extension tools/x86tool |
|
83 option TARGET_NAME t_alter |
|
84 option TARGET_TYPE exe |
|
85 option SOURCE ../src/t_alter.cpp ../src/crccheck.cpp |
|
86 option LIBS symdbms symstore symfile symuser |
|
87 end |
|
88 |
|
89 // t_bench |
|
90 start extension tools/x86tool |
|
91 option TARGET_NAME t_bench |
|
92 option TARGET_TYPE exe |
|
93 option SOURCE ../src/t_bench.cpp ../src/crccheck.cpp |
|
94 option LIBS symdbms symstore symfile symuser |
|
95 end |
|
96 |
|
97 // t_big |
|
98 start extension tools/x86tool |
|
99 option TARGET_NAME t_big |
|
100 option TARGET_TYPE exe |
|
101 option SOURCE ../src/t_big.cpp ../src/crccheck.cpp |
|
102 option LIBS symdbms symstore symfile symuser |
|
103 end |
|
104 |
|
105 // t_bug |
|
106 // cut-down a bit, two tests currently excluded. |
|
107 start extension tools/x86tool |
|
108 option TARGET_NAME t_bug |
|
109 option TARGET_TYPE exe |
|
110 option MACROS TOOLS2_VARIANT |
|
111 option SOURCE ../src/t_bug.cpp ../src/crccheck.cpp |
|
112 option LIBS symdbms symstore symfile symuser |
|
113 end |
|
114 |
|
115 // t_client |
|
116 start extension tools/x86tool |
|
117 option TARGET_NAME t_client |
|
118 option TARGET_TYPE exe |
|
119 option SOURCE ../src/t_client.cpp ../src/crccheck.cpp |
|
120 option LIBS symdbms symstore symfile symuser |
|
121 end |
|
122 |
|
123 // t_comp |
|
124 start extension tools/x86tool |
|
125 option TARGET_NAME t_comp |
|
126 option TARGET_TYPE exe |
|
127 option SOURCE ../src/t_comp.cpp ../src/crccheck.cpp |
|
128 option LIBS symdbms symstore symfile symuser |
|
129 end |
|
130 |
|
131 // t_dbms |
|
132 start extension tools/x86tool |
|
133 option TARGET_NAME t_dbms |
|
134 option TARGET_TYPE exe |
|
135 option SOURCE ../src/t_dbms.cpp ../src/crccheck.cpp |
|
136 option LIBS symdbms symstore symfile symuser |
|
137 end |
|
138 |
|
139 // t_dbmsscript |
|
140 start extension tools/x86tool |
|
141 option TARGET_NAME t_dbmsscript |
|
142 option TARGET_TYPE exe |
|
143 option SOURCE ../src/t_dbmsscript.cpp ../src/crccheck.cpp |
|
144 option LIBS symdbms symstore symfile symuser |
|
145 end |
|
146 |
|
147 // t_dbmsstrcomp |
|
148 start extension tools/x86tool |
|
149 option TARGET_NAME t_dbmsstrcomp |
|
150 option TARGET_TYPE exe |
|
151 option SOURCE ../src/t_dbmsstrcomp.cpp ../src/crccheck.cpp |
|
152 option LIBS symdbms symstore symfile symuser |
|
153 end |
|
154 |
|
155 // t_defect |
|
156 start extension tools/x86tool |
|
157 option TARGET_NAME t_defect |
|
158 option TARGET_TYPE exe |
|
159 option MACROS TOOLS2_VARIANT |
|
160 option SOURCE ../src/t_defect.cpp ../src/crccheck.cpp |
|
161 option LIBS symdbms symstore symfile symuser |
|
162 end |
|
163 |
|
164 // t_fail |
|
165 start extension tools/x86tool |
|
166 option TARGET_NAME t_fail |
|
167 option TARGET_TYPE exe |
|
168 option SOURCE ../src/t_fail.cpp ../src/crccheck.cpp |
|
169 option LIBS symdbms symstore symfile symuser |
|
170 end |
|
171 |
|
172 // t_index |
|
173 start extension tools/x86tool |
|
174 option TARGET_NAME t_index |
|
175 option TARGET_TYPE exe |
|
176 option INCLUDES ../../inc |
|
177 option SOURCE ../src/t_index.cpp ../src/crccheck.cpp |
|
178 option LIBS symdbms symstore symfile symuser |
|
179 end |
|
180 |
|
181 // t_limit |
|
182 start extension tools/x86tool |
|
183 option TARGET_NAME t_limit |
|
184 option TARGET_TYPE exe |
|
185 option SOURCE ../src/t_limit.cpp ../src/crccheck.cpp |
|
186 option LIBS symdbms symstore symfile symuser |
|
187 end |
|
188 |
|
189 // t_longcol |
|
190 start extension tools/x86tool |
|
191 option TARGET_NAME t_longcol |
|
192 option TARGET_TYPE exe |
|
193 option SOURCE ../src/t_longcol.cpp ../src/crccheck.cpp |
|
194 option LIBS symdbms symstore symfile symuser |
|
195 end |
|
196 |
|
197 // t_panic |
|
198 start extension tools/x86tool |
|
199 option TARGET_NAME t_panic |
|
200 option TARGET_TYPE exe |
|
201 option SOURCE ../src/t_panic.cpp ../src/crccheck.cpp |
|
202 option LIBS symdbms symstore symfile symuser |
|
203 end |
|
204 |
|
205 // t_sql |
|
206 start extension tools/x86tool |
|
207 option TARGET_NAME t_sql |
|
208 option TARGET_TYPE exe |
|
209 option SOURCE ../src/t_sql.cpp ../src/crccheck.cpp |
|
210 option LIBS symdbms symstore symfile symuser |
|
211 end |
|
212 |
|
213 // t_trans |
|
214 start extension tools/x86tool |
|
215 option TARGET_NAME t_trans |
|
216 option TARGET_TYPE exe |
|
217 option SOURCE ../src/t_trans.cpp ../src/crccheck.cpp |
|
218 option LIBS symdbms symstore symfile symuser |
|
219 end |
|
220 |
|
221 // t_window |
|
222 start extension tools/x86tool |
|
223 option TARGET_NAME t_window |
|
224 option TARGET_TYPE exe |
|
225 option SOURCE ../src/t_window.cpp ../src/crccheck.cpp |
|
226 option LIBS symdbms symstore symfile symuser |
|
227 end |
|
228 |
|
229 #endif |