sl@0: rem Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: rem All rights reserved. sl@0: rem This component and the accompanying materials are made available sl@0: rem under the terms of "Eclipse Public License v1.0" sl@0: rem which accompanies this distribution, and is available sl@0: rem at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: rem sl@0: rem Initial Contributors: sl@0: rem Nokia Corporation - initial contribution. sl@0: rem sl@0: rem Contributors: sl@0: rem sl@0: rem Description: sl@0: rem sl@0: sl@0: REM *********************************************** sl@0: REM ****************** 3GP TESTS ****************** sl@0: REM *********************************************** sl@0: sl@0: REM NOTE: This BAT file is intended to be run in EShell sl@0: REM on HW only. On Emulator builds the test files already sl@0: REM reside in the correct directories on C: so you only sl@0: REM need to call testexecute with the desired script file. sl@0: sl@0: REM ============================================================= sl@0: REM Setup sl@0: REM ============================================================= sl@0: sl@0: REM Prepare memory card for test logs sl@0: del e:\logs\testexecute\tsu_3gp_* sl@0: md e:\logs\ sl@0: md e:\logs\testexecute\ sl@0: sl@0: REM 3GP test scripts expect to find the INIs on c: sl@0: md c:\mm\ sl@0: copy z:\mm\tsu_3gp*.ini c:\mm\ sl@0: sl@0: REM ============================================================= sl@0: REM Run tests that use test data directly from memory card (e:) sl@0: REM ============================================================= sl@0: sl@0: REM Parsing tests sl@0: testexecute z:\mm\tsu_3gp_parse_format_3gp_te.script sl@0: move c:\logs\testexecute\tsu_3gp*.htm e:\logs\testexecute\ sl@0: sl@0: testexecute z:\mm\tsu_3gp_parse_format_mp4_te.script sl@0: move c:\logs\testexecute\tsu_3gp*.htm e:\logs\testexecute\ sl@0: sl@0: testexecute z:\mm\tsu_3gp_parse_format_valid_te.script sl@0: move c:\logs\testexecute\tsu_3gp*.htm e:\logs\testexecute\ sl@0: sl@0: testexecute z:\mm\tsu_3gp_parse_and_check_te.script sl@0: move c:\logs\testexecute\tsu_3gp*.htm e:\logs\testexecute\ sl@0: sl@0: REM Composing tests sl@0: testexecute z:\mm\tsu_3gp_compose_format_3g2_te.script sl@0: move c:\logs\testexecute\tsu_3gp*.htm e:\logs\testexecute\ sl@0: sl@0: testexecute z:\mm\tsu_3gp_compose_format_3gp_te.script sl@0: move c:\logs\testexecute\tsu_3gp*.htm e:\logs\testexecute\ sl@0: sl@0: testexecute z:\mm\tsu_3gp_compose_format_mp4_te.script sl@0: move c:\logs\testexecute\tsu_3gp*.htm e:\logs\testexecute\ sl@0: sl@0: REM Other tests sl@0: testexecute z:\mm\tsu_3gp_performance_te.script sl@0: move c:\logs\testexecute\tsu_3gp*.htm e:\logs\testexecute\ sl@0: sl@0: testexecute z:\mm\tsu_3gp_interop_te.script sl@0: move c:\logs\testexecute\tsu_3gp*.htm e:\logs\testexecute\ sl@0: sl@0: REM ============================================================= sl@0: REM Now run tests that need to copy data into c: first sl@0: REM ============================================================= sl@0: sl@0: REM Parsing tests sl@0: md c:\3gplibrary\ sl@0: copy e:\3gplibrary\* c:\3gplibrary\ sl@0: sl@0: testexecute z:\mm\tsu_3gp_parse_api_te.script sl@0: move c:\logs\testexecute\tsu_3gp*.htm e:\logs\testexecute\ sl@0: sl@0: testexecute z:\mm\tsu_3gp_parse_oom1_te.script sl@0: move c:\logs\testexecute\tsu_3gp*.htm e:\logs\testexecute\ sl@0: sl@0: testexecute z:\mm\tsu_3gp_parse_oom2_te.script sl@0: move c:\logs\testexecute\tsu_3gp*.htm e:\logs\testexecute\ sl@0: sl@0: del c:\3gplibrary\* sl@0: sl@0: REM Composing tests sl@0: testexecute z:\mm\tsu_3gp_compose_api_te.script sl@0: move c:\logs\testexecute\tsu_3gp*.htm e:\logs\testexecute\ sl@0: sl@0: testexecute z:\mm\tsu_3gp_compose_oom_te.script sl@0: move c:\logs\testexecute\tsu_3gp*.htm e:\logs\testexecute\ sl@0: sl@0: del c:\3gplibrary\temp\testing.mp4 sl@0: rd c:\3gplibrary\temp\ sl@0: rd c:\3gplibrary\ sl@0: sl@0: REM ============================================================= sl@0: REM Clean up sl@0: REM ============================================================= sl@0: sl@0: REM delete INI files from C: (need to make non read-only first) sl@0: attrib c:\mm\tsu_3gp* -r sl@0: del c:\mm\tsu_3gp* sl@0: