1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/mm/mmtestenv/mmtesttools/Scripts/runMMFOptUnitReTests.bat Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,40 @@
1.4 +rem Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
1.5 +rem All rights reserved.
1.6 +rem This component and the accompanying materials are made available
1.7 +rem under the terms of "Eclipse Public License v1.0"
1.8 +rem which accompanies this distribution, and is available
1.9 +rem at the URL "http://www.eclipse.org/legal/epl-v10.html".
1.10 +rem
1.11 +rem Initial Contributors:
1.12 +rem Nokia Corporation - initial contribution.
1.13 +rem
1.14 +rem Contributors:
1.15 +rem
1.16 +rem Description:
1.17 +rem N.B. Tabs must NOT be used in this batch file!
1.18 +rem (This is due to a bug in EShell.exe, from which this batch file is run)
1.19 +rem Create directories on CF card for the result logs
1.20 +rem Don't ask me why, but immediately after a test has run, attempting to
1.21 +rem copy the log file returns -14 Not Found. Hence we copy all logs to the CF
1.22 +rem after each test has run.
1.23 +rem
1.24 +rem
1.25 +
1.26 +del E:\Logs\TestResults\TSU_MMF_MIDICLNT_00.htm
1.27 +del E:\Logs\TestResults\TSU_MMF_MIDICLNT_00_Alloc.htm
1.28 +md E:\Logs\
1.29 +md E:\Logs\TestResults\
1.30 +
1.31 +REM ***********************************************
1.32 +REM **************** MIDICLNT TESTS ******************
1.33 +REM ***********************************************
1.34 +md c:\MidiClntITestData\
1.35 +copy E:\MidiClntITestData\midi.mid c:\MidiClntITestData\midi.mid
1.36 +
1.37 +testframework TSU_MMF_MIDICLNT_00.script
1.38 +move c:\Logs\TestResults\*.htm e:\Logs\TestResults\
1.39 +
1.40 +testframework TSU_MMF_MIDICLNT_00_Alloc.script
1.41 +move c:\Logs\TestResults\*.htm e:\Logs\TestResults\
1.42 +
1.43 +del c:\MidiClntITestData\*.*