cryptoservices/filebasedcertificateandkeystores/group/build_filetokens_test.bat
changeset 0 2c201484c85f
child 8 35751d3474b7
equal deleted inserted replaced
-1:000000000000 0:2c201484c85f
       
     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 filetokens test code
       
    17 rem =========================================================
       
    18  
       
    19 call cd %SECURITYSOURCEDIR%\os\security\cryptomgmtlibs\securitytestfw\group
       
    20 call bldmake bldfiles 
       
    21 call abld test build winscw udeb
       
    22 
       
    23 call cd %SECURITYSOURCEDIR%\filetokens\group
       
    24 call bldmake bldfiles 
       
    25 call abld test build winscw udeb
       
    26 
       
    27 
       
    28 rem Additional compilations needed to run filetokens tests
       
    29 rem =======================================================
       
    30 
       
    31 call cd %SECURITYSOURCEDIR%\cryptotokens\group
       
    32 call bldmake bldfiles 
       
    33 call abld test build winscw udeb
       
    34  
       
    35 call cd %SECURITYSOURCEDIR%\os\security\cryptomgmtlibs\securitytestfw\testcertificates\group
       
    36 call bldmake bldfiles 
       
    37 call abld test build winscw udeb
       
    38 
       
    39 rem Needed to compile swi test (need at least rtestwrapper)
       
    40 call cd %SECURITYSOURCEDIR%\commonutils\group
       
    41 call bldmake bldfiles 
       
    42 call abld test build winscw udeb
       
    43 
       
    44 rem Needed to compile certman test (needs at least testutilclient)
       
    45 call cd %SECURITYSOURCEDIR%\swi\group
       
    46 call bldmake bldfiles 
       
    47 call abld test build winscw udeb
       
    48 
       
    49 rem Needed for execution of test sec-filetokens-tools
       
    50 call cd %SECURITYSOURCEDIR%\certman\group
       
    51 call bldmake bldfiles 
       
    52 call abld test build winscw udeb
       
    53  
       
    54  
       
    55  
       
    56  
       
    57 
       
    58 
       
    59