|
1 rem Copyright (c) 2007-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 |
|
15 |
|
16 del e:\logs\testresults\tsi_a3f_devsound_pcm_long_record.htm |
|
17 del e:\logs\testresults\tsi_a3f_devsound_pcm_long_play.htm |
|
18 md e:\logs\ |
|
19 md e:\logs\testresults\ |
|
20 |
|
21 md c:\tsi_a3f_devsound\ |
|
22 |
|
23 REM *** A3F Devsound Long IntegrationTests *********************************************** |
|
24 |
|
25 copy z:\tsi_a3f_devsound_record.ini c:\tsi_a3f_devsound\tsi_a3f_devsound_record.ini |
|
26 REM To be uncommented if long playback test(s) required |
|
27 REM copy z:\tsi_a3f_devsound_play.ini c:\tsi_a3f_devsound\tsi_a3f_devsound_play.ini |
|
28 |
|
29 |
|
30 REM Run the tests |
|
31 testframework tsi_a3f_devsound_pcm_long_record.script |
|
32 move c:\logs\testresults\*.htm e:\logs\testresults\ |
|
33 REM Move the generated record files back to the MMC |
|
34 move c:\tsi_a3f_devsound\output\*.* e:\inttest\a3f\tsi_a3f_devsound\output\ |
|
35 |
|
36 REM To be uncommented if long playback script required |
|
37 REM testframework tsi_a3f_devsound_pcm_long_play.script |
|
38 REM To be uncommented if long playback test(s) required |
|
39 REM move c:\logs\testresults\*.htm e:\logs\testresults\ |
|
40 |
|
41 del c:\tsi_a3f_devsound\*.* |