1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/security/cryptomgmtlibs/securitytestfw/test/autotesting/runauthtests.bat Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,60 @@
1.4 +@rem
1.5 +@rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
1.6 +@rem All rights reserved.
1.7 +@rem This component and the accompanying materials are made available
1.8 +@rem under the terms of the License "Eclipse Public License v1.0"
1.9 +@rem which accompanies this distribution, and is available
1.10 +@rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.11 +@rem
1.12 +@rem Initial Contributors:
1.13 +@rem Nokia Corporation - initial contribution.
1.14 +@rem
1.15 +@rem Contributors:
1.16 +@rem
1.17 +@rem Description:
1.18 +@rem
1.19 +
1.20 +md c:\tauth
1.21 +copy /s z:\tauth\* c:\tauth
1.22 +
1.23 +testexecute \tauth\tauthkeys\scripts\tauthkeys.script
1.24 +move c:\logs\testexecute\tauthkeys.htm e:\testresults\tauthkeys.htm
1.25 +
1.26 +testexecute \tauth\tauthdb\scripts\tauthdb.script
1.27 +move c:\logs\testexecute\tauthdb.htm e:\testresults\tauthdb.htm
1.28 +
1.29 +testexecute \tauth\tauthcliserv\scripts\tauthcliserv.script
1.30 +move c:\logs\testexecute\tauthcliserv.htm e:\testresults\tauthcliserv.htm
1.31 +
1.32 +testexecute \tauth\tauthexpr\scripts\tauthexpr.script
1.33 +move c:\logs\testexecute\tauthexpr.htm e:\testresults\tauthexpr.htm
1.34 +
1.35 +testexecute \tauth\tauthplugins\scripts\tauthplugins.script
1.36 +move c:\logs\testexecute\tauthplugins.htm e:\testresults\tauthplugins.htm
1.37 +
1.38 +testexecute \tauth\tauthsvr\scripts\tauthsvr2.script
1.39 +move c:\logs\testexecute\tauthsvr2.htm e:\testresults\tauthsvr2.htm
1.40 +
1.41 +testexecute \tauth\tauthsvr\scripts\tauthsvrclock.script
1.42 +move c:\logs\testexecute\tauthsvrclock.htm e:\testresults\tauthsvrclock.htm
1.43 +
1.44 +testexecute \tauth\tpinplugin\scripts\tpinplugin.script
1.45 +move c:\logs\testexecute\tpinplugin.htm e:\testresults\tpinplugin.htm
1.46 +
1.47 +testexecute \tauth\tauthsvr\scripts\tpostmarketplugin.script
1.48 +move c:\logs\testexecute\tpostmarketplugin.htm e:\testresults\tpostmarketplugin.htm
1.49 +
1.50 +testexecute \tauth\tauthsvr\scripts\tclientsidsupport.script
1.51 +move c:\logs\testexecute\tclientsidsupport.htm e:\testresults\tclientsidsupport.htm
1.52 +
1.53 +testexecute \tauth\securitytests\scripts\authsecuritytests.script
1.54 +move c:\logs\testexecute\authsecuritytests.htm e:\testresults\authsecuritytests.htm
1.55 +
1.56 +testexecute \tauth\tauthsvr\scripts\tauthsvr_performance.script
1.57 +move c:\logs\testexecute\tauthsvr_performance.htm e:\testresults\tauthsvr_performance.htm
1.58 +
1.59 +attrib c:\tauth\*.* -r
1.60 +del c:\tauth\*.*
1.61 +rmdir c:\tauth
1.62 +del c:\sys\bin\tauthsvr1.exe
1.63 +del c:\sys\bin\tauthsvr_new.exe