musicplayer_plat/mpx_music_player_app_api/tsrc/conf/tcmpxmusicplayertest.bat
branchRCL_3
changeset 63 46c6f842ec8b
equal deleted inserted replaced
62:714af566785b 63:46c6f842ec8b
       
     1 rem Copy files to MMC drive e:
       
     2 md e:\testing
       
     3 md e:\testing\data
       
     4 copy c:\testing\data\mpxtest1.mp3 e:\testing\data\mpxtest1.mp3
       
     5 copy c:\testing\data\mpxtest2.mp3 e:\testing\data\mpxtest2.mp3
       
     6 copy c:\testing\data\mpxtestplaylist.m3u e:\testing\data\mpxtestplaylist.m3u
       
     7 
       
     8 rem Execute the scripte:
       
     9 ATSINTERFACE.EXE -testmodule testcombiner -config C:\TestFramework\tcMpxMusicPlayerTest.cfg
       
    10 
       
    11 rem Save log file as over written every time a script has been executed
       
    12 copy c:\logs\testframework\TestReport.txt c:\logs\testframework\TestReport_tcMpxMusicPlayerTest.txt