Group/smoketest.pl
branchSymbian3
changeset 3 235c00e46fb7
parent 1 8758140453c0
child 24 287311191456
equal deleted inserted replaced
2:e904b452aa85 3:235c00e46fb7
    16 mkpath "temp/smoketest/10003a3f/general";
    16 mkpath "temp/smoketest/10003a3f/general";
    17 mkpath "temp/smoketest/resource/general";
    17 mkpath "temp/smoketest/resource/general";
    18 mkpath "temp/smoketest/localisation/general";
    18 mkpath "temp/smoketest/localisation/general";
    19 mkpath "temp/smoketest/bitmap/general";
    19 mkpath "temp/smoketest/bitmap/general";
    20 mkpath "temp/smoketest/ethernet/general";
    20 mkpath "temp/smoketest/ethernet/general";
       
    21 mkpath "temp/smoketest/web/general";
    21 
    22 
    22 my $epoc=$ENV{'EPOCROOT'} . "epoc32/";
    23 my $epoc=$ENV{'EPOCROOT'} . "epoc32/";
    23 copy("smoketest.xml",												"temp/test.xml");
    24 copy("smoketest.xml",												"temp/test.xml");
    24 copy($epoc . "data/z/smoketest/smoketest_agenda.ini",				"temp/smoketest/general/smoketest_agenda.ini");
    25 copy($epoc . "data/z/smoketest/smoketest_agenda.ini",				"temp/smoketest/general/smoketest_agenda.ini");
    25 copy($epoc . "data/z/smoketest/smoketest_agenda.script",			"temp/smoketest/general/smoketest_agenda.script");
    26 copy($epoc . "data/z/smoketest/smoketest_agenda.script",			"temp/smoketest/general/smoketest_agenda.script");
   137 copy($epoc . "release/winscw/udeb/IMApiTest.dll",					"temp/smoketest/winscw_udeb/IMApiTest.dll");
   138 copy($epoc . "release/winscw/udeb/IMApiTest.dll",					"temp/smoketest/winscw_udeb/IMApiTest.dll");
   138 copy($epoc . "data/c/smoketest/imapitest.ini",						"temp/smoketest/general/imapitest.ini");
   139 copy($epoc . "data/c/smoketest/imapitest.ini",						"temp/smoketest/general/imapitest.ini");
   139 copy($epoc . "release/winscw/udeb/MediaMgmtSmokeTestModule.dll",	"temp/smoketest/winscw_udeb/MediaMgmtSmokeTestModule.dll");
   140 copy($epoc . "release/winscw/udeb/MediaMgmtSmokeTestModule.dll",	"temp/smoketest/winscw_udeb/MediaMgmtSmokeTestModule.dll");
   140 copy($epoc . "winscw/c/smoketest/UI_MediaMgmtSmokeTestModule.cfg",  "temp/smoketest/general/UI_MediaMgmtSmokeTestModule.cfg");
   141 copy($epoc . "winscw/c/smoketest/UI_MediaMgmtSmokeTestModule.cfg",  "temp/smoketest/general/UI_MediaMgmtSmokeTestModule.cfg");
   141 copy($epoc . "winscw/c/smoketest/MediaMgmtSmokeTestModule.cfg",   	"temp/smoketest/general/MediaMgmtSmokeTestModule.cfg");
   142 copy($epoc . "winscw/c/smoketest/MediaMgmtSmokeTestModule.cfg",   	"temp/smoketest/general/MediaMgmtSmokeTestModule.cfg");
       
   143 copy($epoc . "data/c/smoketest/web/loadtest2.html",					"temp/smoketest/web/general/loadtest2.html");
       
   144 copy($epoc . "data/c/smoketest/web/img8.jpg",						"temp/smoketest/web/general/img8.jpg");
       
   145 copy($epoc . "winscw/c/smoketest/ui_browser_control_smoke.cfg",   	"temp/smoketest/general/ui_browser_control_smoke.cfg");
       
   146 copy($epoc . "release/winscw/udeb/BrCtlApiTest.dll",				"temp/smoketest/winscw_udeb/BrCtlApiTest.dll");
   142 
   147 
   143 system("7z a -tzip smoketest.zip ./temp/*");
   148 system("7z a -tzip smoketest.zip ./temp/*");