First public contribution.
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".
9 @rem Initial Contributors:
10 @rem Nokia Corporation - initial contribution.
17 rem Compilations needed in order to compile certman test code
18 rem =========================================================
20 rem rtestwrapper.h (and possibly more) in commonutils needed to compile swi test code
21 call cd %SECURITYSOURCEDIR%\commonutils\group
23 call abld test build winscw udeb
25 rem testutilclient (and possibly more) in swi needed to compile certman test code
26 call cd %SECURITYSOURCEDIR%\swi\group
28 call abld test build winscw udeb
31 rem testhandler2 in testframework is needed by filetokens and certman test code
32 call cd %SECURITYSOURCEDIR%\testframework\group
34 call abld test build winscw udeb
36 rem tfiletokenslib in filetokens needed to compile certman test code
37 call cd %SECURITYSOURCEDIR%\filetokens\group
39 call abld test build winscw udeb
42 rem actual certman tests
43 call cd %SECURITYSOURCEDIR%\certman\group
45 call abld test build winscw udeb
51 rem Additional compilations needed to run certman tests
52 rem =======================================
54 call cd %SECURITYSOURCEDIR%\testcertificates\group
56 call abld test build winscw udeb
59 call cd %SECURITYSOURCEDIR%\cryptotokens\group
61 call abld test build winscw udeb