equal
deleted
inserted
replaced
|
1 @echo off |
|
2 |
|
3 rem Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
4 rem All rights reserved. |
|
5 rem This component and the accompanying materials are made available |
|
6 rem under the terms of "Eclipse Public License v1.0" |
|
7 rem which accompanies this distribution, and is available |
|
8 rem at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
9 rem |
|
10 rem Initial Contributors: |
|
11 rem Nokia Corporation - initial contribution. |
|
12 rem |
|
13 rem Contributors: |
|
14 rem |
|
15 rem Description: |
|
16 rem |
|
17 |
|
18 call abld reallyclean |
|
19 call bldmake bldfiles |
|
20 call abld freeze %1 |
|
21 call abld build %1 |
|
22 |
|
23 cd ..\test\unit\group |
|
24 call abld test reallyclean |
|
25 call bldmake bldfiles |
|
26 call abld test build %1 |
|
27 |
|
28 cd ..\..\integration\group |
|
29 call abld test reallyclean |
|
30 call bldmake bldfiles |
|
31 call abld test build %1 |
|
32 |
|
33 if %1 == wins call \epoc32\release\wins\udeb\TESTEXECUTE.EXE c:\dstscripts\unittest.script |
|
34 if %1 == wins call \epoc32\release\wins\udeb\TESTEXECUTE.EXE c:\dstscripts\conversiontest.script |
|
35 if %1 == wins call \epoc32\release\wins\udeb\TESTEXECUTE.EXE c:\dstscripts\vcaltest.script |
|
36 |
|
37 if %1 == winscw call \epoc32\release\winscw\udeb\TESTEXECUTE.EXE c:\dstscripts\unittest.script |
|
38 if %1 == winscw call \epoc32\release\winscw\udeb\TESTEXECUTE.EXE c:\dstscripts\conversiontest.script |
|
39 if %1 == winscw call \epoc32\release\winscw\udeb\TESTEXECUTE.EXE c:\dstscripts\vcaltest.script |
|
40 |
|
41 cd ..\..\..\group |