diff -r 000000000000 -r 40261b775718 mmtestenv/mmtesttools/Scripts/runEcmUnitTests.bat --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/mmtestenv/mmtesttools/Scripts/runEcmUnitTests.bat Tue Feb 02 01:56:55 2010 +0200 @@ -0,0 +1,35 @@ +rem Copyright (c) 2004-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 "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 + +del E:\Logs\TestResults\TSU_ECM_API.* +del E:\Logs\TestResults\TSU_ECM_ADV_ALLOC.* +md E:\Logs\ +md E:\Logs\TestResults\ + +REM *********************************************** +REM **************** ECam Tests *************** +REM *********************************************** + +testframework TSU_ECM_API.script +move c:\Logs\TestResults\*.htm e:\Logs\TestResults + +testframework TSU_ECM_ADV_ALLOC.script +move c:\Logs\TestResults\*.htm e:\Logs\TestResults + +testframework TSU_ECM_ADV.script +move c:\Logs\TestResults\*.htm e:\Logs\TestResults + +testframework tsu_ecm_ram.script +move c:\Logs\TestResults\*.htm e:\Logs\TestResults