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 the License "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 |
md c:\tcaf
|
sl@0
|
18 |
copy /s z:\tcaf\* c:\tcaf
|
sl@0
|
19 |
testexecute c:\tcaf\tcaf.script
|
sl@0
|
20 |
move c:\logs\testexecute\tcaf.htm e:\testresults\tcaf.htm
|
sl@0
|
21 |
del c:\tcaf\*.*
|
sl@0
|
22 |
|
sl@0
|
23 |
md c:\tcaf
|
sl@0
|
24 |
copy /s z:\tcaf\* c:\tcaf
|
sl@0
|
25 |
testexecute c:\tcaf\tcafnodrmcap.script
|
sl@0
|
26 |
move c:\logs\testexecute\tcafnodrmcap.htm e:\testresults\tcafnodrmcap.htm
|
sl@0
|
27 |
del c:\tcaf\*.*
|
sl@0
|
28 |
|
sl@0
|
29 |
md c:\tcaf
|
sl@0
|
30 |
copy /s z:\tcaf\* c:\tcaf
|
sl@0
|
31 |
testexecute c:\tcaf\drmfileperformance_armv5.script
|
sl@0
|
32 |
move c:\logs\testexecute\drmfileperformance_armv5.htm e:\testresults\drmfileperformance_armv5.htm
|
sl@0
|
33 |
del c:\tcaf\*.*
|
sl@0
|
34 |
|
sl@0
|
35 |
md c:\rta
|
sl@0
|
36 |
copy /s z:\rta\* c:\rta
|
sl@0
|
37 |
testexecute c:\rta\rta.script
|
sl@0
|
38 |
move c:\logs\testexecute\rta.htm e:\testresults\rta.htm
|
sl@0
|
39 |
del c:\rta\*.*
|
sl@0
|
40 |
|
sl@0
|
41 |
md c:\tcaf
|
sl@0
|
42 |
md c:\tcaf\tscaf
|
sl@0
|
43 |
copy /s z:\tcaf\tscaf\* c:\tcaf\tscaf
|
sl@0
|
44 |
testexecute c:\tcaf\tscaf\tscaf.script
|
sl@0
|
45 |
move c:\logs\testexecute\tscaf.htm e:\testresults\tscaf.htm
|
sl@0
|
46 |
|
sl@0
|
47 |
md c:\rta
|
sl@0
|
48 |
copy /s z:\rta\* c:\rta
|
sl@0
|
49 |
testexecute c:\rta\rta_64bit.script
|
sl@0
|
50 |
move c:\logs\testexecute\rta_64bit.htm e:\testresults\rta_64bit.htm
|
sl@0
|
51 |
del c:\rta\*.*
|
sl@0
|
52 |
|
sl@0
|
53 |
md c:\tcaf
|
sl@0
|
54 |
copy /s z:\tcaf\* c:\tcaf
|
sl@0
|
55 |
testexecute c:\tcaf\consumerstep_64bit.script
|
sl@0
|
56 |
move c:\logs\testexecute\consumerstep_64bit.htm e:\testresults\consumerstep_64bit.htm
|