diff -r 000000000000 -r bde4ae8d615e os/security/cryptomgmtlibs/securitytestfw/test/autotesting/runauthtests.bat --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/os/security/cryptomgmtlibs/securitytestfw/test/autotesting/runauthtests.bat Fri Jun 15 03:10:57 2012 +0200 @@ -0,0 +1,60 @@ +@rem +@rem Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). +@rem All rights reserved. +@rem This component and the accompanying materials are made available +@rem under the terms of the License "Eclipse Public License v1.0" +@rem which accompanies this distribution, and is available +@rem at the URL "http://www.eclipse.org/legal/epl-v10.html". +@rem +@rem Initial Contributors: +@rem Nokia Corporation - initial contribution. +@rem +@rem Contributors: +@rem +@rem Description: +@rem + +md c:\tauth +copy /s z:\tauth\* c:\tauth + +testexecute \tauth\tauthkeys\scripts\tauthkeys.script +move c:\logs\testexecute\tauthkeys.htm e:\testresults\tauthkeys.htm + +testexecute \tauth\tauthdb\scripts\tauthdb.script +move c:\logs\testexecute\tauthdb.htm e:\testresults\tauthdb.htm + +testexecute \tauth\tauthcliserv\scripts\tauthcliserv.script +move c:\logs\testexecute\tauthcliserv.htm e:\testresults\tauthcliserv.htm + +testexecute \tauth\tauthexpr\scripts\tauthexpr.script +move c:\logs\testexecute\tauthexpr.htm e:\testresults\tauthexpr.htm + +testexecute \tauth\tauthplugins\scripts\tauthplugins.script +move c:\logs\testexecute\tauthplugins.htm e:\testresults\tauthplugins.htm + +testexecute \tauth\tauthsvr\scripts\tauthsvr2.script +move c:\logs\testexecute\tauthsvr2.htm e:\testresults\tauthsvr2.htm + +testexecute \tauth\tauthsvr\scripts\tauthsvrclock.script +move c:\logs\testexecute\tauthsvrclock.htm e:\testresults\tauthsvrclock.htm + +testexecute \tauth\tpinplugin\scripts\tpinplugin.script +move c:\logs\testexecute\tpinplugin.htm e:\testresults\tpinplugin.htm + +testexecute \tauth\tauthsvr\scripts\tpostmarketplugin.script +move c:\logs\testexecute\tpostmarketplugin.htm e:\testresults\tpostmarketplugin.htm + +testexecute \tauth\tauthsvr\scripts\tclientsidsupport.script +move c:\logs\testexecute\tclientsidsupport.htm e:\testresults\tclientsidsupport.htm + +testexecute \tauth\securitytests\scripts\authsecuritytests.script +move c:\logs\testexecute\authsecuritytests.htm e:\testresults\authsecuritytests.htm + +testexecute \tauth\tauthsvr\scripts\tauthsvr_performance.script +move c:\logs\testexecute\tauthsvr_performance.htm e:\testresults\tauthsvr_performance.htm + +attrib c:\tauth\*.* -r +del c:\tauth\*.* +rmdir c:\tauth +del c:\sys\bin\tauthsvr1.exe +del c:\sys\bin\tauthsvr_new.exe