os/security/cryptoservices/certificateandkeymgmt/group/build_certman_test.bat
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     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 
    17 rem Compilations needed in order to compile certman test code
    18 rem =========================================================
    19 
    20 rem rtestwrapper.h (and possibly more) in commonutils needed to compile swi test code
    21 call cd %SECURITYSOURCEDIR%\commonutils\group  
    22 call bldmake bldfiles
    23 call abld test build winscw udeb
    24 
    25 rem  testutilclient (and possibly more) in swi needed to compile certman test code
    26 call cd %SECURITYSOURCEDIR%\swi\group 
    27 call bldmake bldfiles 
    28 call abld test build winscw udeb
    29 
    30 
    31 rem testhandler2 in testframework is needed by filetokens and certman test code
    32 call cd %SECURITYSOURCEDIR%\testframework\group 
    33 call bldmake bldfiles 
    34 call abld test build winscw udeb
    35 
    36 rem tfiletokenslib in filetokens needed to compile certman test code
    37 call cd %SECURITYSOURCEDIR%\filetokens\group
    38 call bldmake bldfiles 
    39 call abld test build winscw udeb
    40 
    41 
    42 rem actual certman tests 
    43 call cd %SECURITYSOURCEDIR%\certman\group
    44 call bldmake bldfiles 
    45 call abld test build winscw udeb
    46 
    47 
    48 
    49 
    50 
    51 rem Additional compilations needed to run certman tests
    52 rem =======================================
    53 
    54 call cd %SECURITYSOURCEDIR%\testcertificates\group
    55 call bldmake bldfiles 
    56 call abld test build winscw udeb
    57 
    58 
    59 call cd %SECURITYSOURCEDIR%\cryptotokens\group  
    60 call bldmake bldfiles 
    61 call abld test build winscw udeb