equal
deleted
inserted
replaced
|
1 rem Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 rem All rights reserved. |
|
3 rem This component and the accompanying materials are made available |
|
4 rem under the terms of "Eclipse Public License v1.0" |
|
5 rem which accompanies this distribution, and is available |
|
6 rem at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 rem |
|
8 rem Initial Contributors: |
|
9 rem Nokia Corporation - initial contribution. |
|
10 rem |
|
11 rem Contributors: |
|
12 rem |
|
13 rem Description: |
|
14 rem runMMFMIDIClntUnitTests.bat |
|
15 rem |
|
16 rem |
|
17 |
|
18 del E:\Logs\TestResults\TSU_MMF_MIDICLNT_RF.htm |
|
19 del E:\Logs\TestResults\TSU_MMF_MIDICLNT_RF_Alloc.htm |
|
20 md E:\Logs\ |
|
21 md E:\Logs\TestResults\ |
|
22 |
|
23 REM *********************************************** |
|
24 REM **************** MIDICLNT TESTS ****************** |
|
25 REM *********************************************** |
|
26 |
|
27 md c:\MidiClntITestData\ |
|
28 |
|
29 copy E:\MidiClntITestData\midi.mid c:\MidiClntITestData\midi.mid |
|
30 copy E:\MidiClntITestData\textmidi.mid c:\MidiClntITestData\textmidi.mid |
|
31 |
|
32 testframework TSU_MMF_MIDICLNT_RF.script |
|
33 move c:\Logs\TestResults\*.htm e:\Logs\TestResults\ |
|
34 |
|
35 testframework TSU_MMF_MIDICLNT_RF_Alloc.script |
|
36 move c:\Logs\TestResults\*.htm e:\Logs\TestResults\ |
|
37 |
|
38 del c:\MidiClntITestData\*.* |