|
1 @rem |
|
2 @rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). |
|
3 @rem All rights reserved. |
|
4 @rem This component and the accompanying materials are made available |
|
5 @rem under the terms of "Eclipse Public License v1.0" |
|
6 @rem which accompanies this distribution, and is available |
|
7 @rem at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
8 @rem |
|
9 @rem Initial Contributors: |
|
10 @rem Nokia Corporation - initial contribution. |
|
11 @rem |
|
12 @rem Contributors: |
|
13 @rem |
|
14 @rem Description: |
|
15 @rem |
|
16 |
|
17 @echo off |
|
18 |
|
19 rem Run the TOOLS2 versions of the tests. |
|
20 |
|
21 %EPOCROOT%epoc32\release\tools2\rel\t_alter.exe > t_alter.txt |
|
22 rem t_comp depends on t_bench |
|
23 %EPOCROOT%epoc32\release\tools2\rel\t_bench.exe > t_bench.txt |
|
24 %EPOCROOT%epoc32\release\tools2\rel\t_comp.exe > t_comp.txt |
|
25 %EPOCROOT%epoc32\release\tools2\rel\t_big.exe > t_big.txt |
|
26 %EPOCROOT%epoc32\release\tools2\rel\t_bug.exe > t_bug.txt |
|
27 %EPOCROOT%epoc32\release\tools2\rel\t_client.exe > t_client.txt |
|
28 %EPOCROOT%epoc32\release\tools2\rel\t_dbms.exe > t_dbms.txt |
|
29 %EPOCROOT%epoc32\release\tools2\rel\t_dbmsscript.exe > t_dbmsscript.txt |
|
30 %EPOCROOT%epoc32\release\tools2\rel\t_defect.exe > t_defect.txt |
|
31 %EPOCROOT%epoc32\release\tools2\rel\t_index.exe > t_index.txt |
|
32 %EPOCROOT%epoc32\release\tools2\rel\t_longcol.exe > t_longcol.txt |
|
33 %EPOCROOT%epoc32\release\tools2\rel\t_window.exe > t_window.txt |
|
34 %EPOCROOT%epoc32\release\tools2\rel\t_fail.exe > t_fail.txt |
|
35 %EPOCROOT%epoc32\release\tools2\rel\t_sql.exe > t_sql.txt |
|
36 %EPOCROOT%epoc32\release\tools2\rel\t_limit.exe > t_limit.txt |
|
37 %EPOCROOT%epoc32\release\tools2\rel\t_trans.exe > t_trans.txt |
|
38 %EPOCROOT%epoc32\release\tools2\rel\t_DbmsStrComp.exe > t_dbmsstrcomp.txt |
|
39 %EPOCROOT%epoc32\release\tools2\rel\t_panic.exe > t_panic.txt |
|
40 |