cryptomgmtlibs/securitytestfw/test/autotesting/test_launcher.pl
branchRCL_3
changeset 61 641f389e9157
parent 8 35751d3474b7
child 62 a71299154b21
equal deleted inserted replaced
60:f18401adf8e1 61:641f389e9157
     1 #
     1 #
     2 # Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 # Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 # All rights reserved.
     3 # All rights reserved.
     4 # This component and the accompanying materials are made available
     4 # This component and the accompanying materials are made available
     5 # under the terms of the License "Eclipse Public License v1.0"
     5 # under the terms of the License "Eclipse Public License v1.0"
     6 # which accompanies this distribution, and is available
     6 # which accompanies this distribution, and is available
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 # at the URL "http://www.eclipse.org/legal/epl-v10.html".
    23 # (by default this is the chosen drive's root).  
    23 # (by default this is the chosen drive's root).  
    24 # 5. Build the security code.  Note that builds require the SECURITYSOURCEDIR environment variable to be set.
    24 # 5. Build the security code.  Note that builds require the SECURITYSOURCEDIR environment variable to be set.
    25 # 6. Run or modify the relevant wrapper batch file for your component, which will be stored in the root of the test directory.
    25 # 6. Run or modify the relevant wrapper batch file for your component, which will be stored in the root of the test directory.
    26 # Components Summary
    26 # Components Summary
    27 # This script works fine with the following components: Asnpkcs, Caf2, Certman, Common, Crypto, Cryptospi, CryptoTokens,
    27 # This script works fine with the following components: Asnpkcs, Caf2, Certman, Common, Crypto, Cryptospi, CryptoTokens,
    28 # FileTokens, Sistools, Streamingcaf, Swi, Switools, Tlsprovider, Ups. Other components must be tested and therefore 
    28 # FileTokens, Sistools, Streamingcaf, Swi, Switools, Ups. Other components must be tested and therefore 
    29 # further extensions may be needed.
    29 # further extensions may be needed.
    30 #
    30 #
    31 
    31 
    32 use Cwd;
    32 use Cwd;
    33 use Getopt::Long;
    33 use Getopt::Long;