1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/mm/mmtestenv/mmtesttools/Scripts/runMDFUnitTests.bat Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,61 @@
1.4 +rem Copyright (c) 2005-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
1.18 +
1.19 +del E:\Logs\TestResults\tsu_mdf_audiocodecs_01.htm
1.20 +del E:\Logs\TestResults\tsu_mdf_videocodecs_01.htm
1.21 +del E:\Logs\TestResults\tsu_mdf_videocodecs_cov.htm
1.22 +del E:\Logs\TestResults\tsu_mdf_videocodecs_cov_panic.htm
1.23 +del E:\Logs\TestResults\tsu_mdf_codecapi_01.htm
1.24 +del E:\Logs\TestResults\tsu_mdf_omxvorbiscodecs_01.htm
1.25 +md E:\Logs\
1.26 +md E:\Logs\TestResults\
1.27 +
1.28 +REM ***********************************************
1.29 +REM **************** MDF TESTS ********************
1.30 +REM ***********************************************
1.31 +
1.32 +md c:\mm\
1.33 +md c:\mm\mmf\
1.34 +md c:\mm\mmf\testfiles\
1.35 +md c:\mm\mmf\testfiles\mdf\
1.36 +
1.37 +copy E:\unittest\mdf\audio\depeche1.wav c:\mm\mmf\testfiles\mdf\depeche1.wav
1.38 +copy E:\unittest\mdf\video\decodervideotest.in c:\mm\mmf\testfiles\mdf\decodervideotest.in
1.39 +copy E:\unittest\mdf\video\earthrot.gif c:\mm\mmf\testfiles\mdf\earthrot.gif
1.40 +copy E:\unittest\mdf\video\clock.gif c:\mm\mmf\testfiles\mdf\clock.gif
1.41 +copy E:\unittest\mdf\audio\depeche2.wav c:\mm\mmf\testfiles\mdf\depeche2.wav
1.42 +copy E:\unittest\mdf\audio\ogg-encode-in.wav c:\mm\mmf\testfiles\mdf\ogg-encode-in.wav
1.43 +copy E:\unittest\mdf\audio\ogg-decode-in.ogg c:\mm\mmf\testfiles\mdf\ogg-decode-in.ogg
1.44 +
1.45 +testframework tsu_mdf_audiocodecs_01.script
1.46 +move c:\Logs\TestResults\*.htm e:\Logs\TestResults\
1.47 +
1.48 +testframework tsu_mdf_videocodecs_01.script
1.49 +move c:\Logs\TestResults\*.htm e:\Logs\TestResults\
1.50 +
1.51 +testframework tsu_mdf_videocodecs_cov.script
1.52 +move c:\Logs\TestResults\*.htm e:\Logs\TestResults\
1.53 +
1.54 +testframework tsu_mdf_videocodecs_cov_panic.script
1.55 +move c:\Logs\TestResults\*.htm e:\Logs\TestResults\
1.56 +
1.57 +testframework tsu_mdf_codecapi_01.script
1.58 +move c:\Logs\TestResults\*.htm e:\Logs\TestResults\
1.59 +
1.60 +REM testframework tsu_mdf_omxvorbiscodecs_01.script
1.61 +REM move c:\Logs\TestResults\*.htm e:\Logs\TestResults\
1.62 +
1.63 +del c:\mm\mmf\testfiles\mdf\*.*
1.64 +