|
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 the License "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 rem Compilations needed in order to compile sistools test code |
|
17 rem ========================================================= |
|
18 |
|
19 rem rtestwrapper.h (and possibly more) in commonutils is needed to compile |
|
20 rem swi test code |
|
21 call cd %SECURITYSOURCEDIR%\commonutils\group |
|
22 call bldmake bldfiles |
|
23 call abld test build winscw udeb |
|
24 |
|
25 rem swi is needed for tests: testdumpsis, tinterpretsis, tinterpretsisinteg |
|
26 rem (note that if swi is compiled after sistools compile errors occur so |
|
27 rem it is compiled here instead) |
|
28 call cd %SECURITYSOURCEDIR%\swi\group |
|
29 call bldmake bldfiles |
|
30 call abld test build winscw udeb |
|
31 |
|
32 call cd %SECURITYSOURCEDIR%\swi\sistools\group |
|
33 call bldmake bldfiles |
|
34 call abld test build winscw udeb |
|
35 |
|
36 |
|
37 rem Additional compilations needed to run sistools tests |
|
38 rem ===================================================== |
|
39 |
|
40 rem Needed for execution of tests: testsignsis, tinterpretsisinteg and tinterpretsis |
|
41 call cd %SECURITYSOURCEDIR%\installtestframework\testcertificates\group |
|
42 call bldmake bldfiles |
|
43 call abld test build winscw udeb |
|
44 |
|
45 rem Necessary for test testmakesis.pl |
|
46 call cd %SECURITYSOURCEDIR%\testframework\group |
|
47 call bldmake bldfiles |
|
48 call abld test build winscw udeb |
|
49 |
|
50 |
|
51 |
|
52 |
|
53 |
|
54 |
|
55 |
|
56 |
|
57 |