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