common/tools/ats/smoketest/Group/smoketest.pl
changeset 788 a8a37ca9cc04
parent 759 862cab47b1ba
child 793 0c32c669a39d
equal deleted inserted replaced
787:bfafbde70ba1 788:a8a37ca9cc04
     9 mkpath "temp/smoketest/general";
     9 mkpath "temp/smoketest/general";
    10 mkpath "temp/smoketest/winscw_udeb";
    10 mkpath "temp/smoketest/winscw_udeb";
    11 mkpath "temp/smoketest/sms/general";
    11 mkpath "temp/smoketest/sms/general";
    12 mkpath "temp/smoketest/emailmessage/general";
    12 mkpath "temp/smoketest/emailmessage/general";
    13 mkpath "temp/smoketest/emailsettings/general";
    13 mkpath "temp/smoketest/emailsettings/general";
       
    14 mkpath "temp/smoketest/wallpaper/general";
    14 mkpath "temp/smoketest/appinstall/general";
    15 mkpath "temp/smoketest/appinstall/general";
    15 
    16 
    16 my $epoc=$ENV{'EPOCROOT'} . "epoc32/";
    17 my $epoc=$ENV{'EPOCROOT'} . "epoc32/";
    17 copy("smoketest.xml",												"temp/test.xml");
    18 copy("smoketest.xml",												"temp/test.xml");
    18 copy($epoc . "data/z/smoketest/smoketest_agenda.ini",				"temp/smoketest/general/smoketest_agenda.ini");
    19 copy($epoc . "data/z/smoketest/smoketest_agenda.ini",				"temp/smoketest/general/smoketest_agenda.ini");
    65 copy($epoc . "data/c/smoketest/smoketest_notepad.cfg",				"temp/smoketest/general/smoketest_notepad.cfg");
    66 copy($epoc . "data/c/smoketest/smoketest_notepad.cfg",				"temp/smoketest/general/smoketest_notepad.cfg");
    66 copy($epoc . "data/c/smoketest/ui_TestNpdApi.cfg",					"temp/smoketest/general/ui_TestNpdApi.cfg");
    67 copy($epoc . "data/c/smoketest/ui_TestNpdApi.cfg",					"temp/smoketest/general/ui_TestNpdApi.cfg");
    67 copy($epoc . "release/winscw/udeb/testsdkskins.dll",				"temp/smoketest/winscw_udeb/testsdkskins.dll");
    68 copy($epoc . "release/winscw/udeb/testsdkskins.dll",				"temp/smoketest/winscw_udeb/testsdkskins.dll");
    68 copy($epoc . "data/c/smoketest/smoketest_uiresources.cfg",			"temp/smoketest/general/smoketest_uiresources.cfg");
    69 copy($epoc . "data/c/smoketest/smoketest_uiresources.cfg",			"temp/smoketest/general/smoketest_uiresources.cfg");
    69 copy($epoc . "data/c/smoketest/ui_testsdkskinsu.cfg",				"temp/smoketest/general/ui_testsdkskinsu.cfg");
    70 copy($epoc . "data/c/smoketest/ui_testsdkskinsu.cfg",				"temp/smoketest/general/ui_testsdkskinsu.cfg");
    70 copy($epoc . "release/winscw/udeb/InputMethodSmokeTestModule.dll",   "temp/smoketest/winscw_udeb/InputMethodSmokeTestModule.dll");
    71 copy($epoc . "data/c/smoketest/ui_testsdkskinswu.cfg",				"temp/smoketest/general/ui_testsdkskinswu.cfg");
    71 copy($epoc . "winscw/c/smoketest/InputMethodSmokeTestModule.cfg",    "temp/smoketest/general/InputMethodSmokeTestModule.cfg");
    72 copy($epoc . "data/c/smoketest/wallpaper/symbian_01_320x480.jpg",	"temp/smoketest/wallpaper/general/symbian_01_320x480.jpg");
       
    73 copy($epoc . "release/winscw/udeb/InputMethodSmokeTestModule.dll",  "temp/smoketest/winscw_udeb/InputMethodSmokeTestModule.dll");
       
    74 copy($epoc . "winscw/c/smoketest/InputMethodSmokeTestModule.cfg",   "temp/smoketest/general/InputMethodSmokeTestModule.cfg");
    72 copy($epoc . "release/winscw/udeb/IMApiTest.dll",					"temp/smoketest/winscw_udeb/IMApiTest.dll");
    75 copy($epoc . "release/winscw/udeb/IMApiTest.dll",					"temp/smoketest/winscw_udeb/IMApiTest.dll");
    73 copy($epoc . "data/c/smoketest/imapitest.ini",						"temp/smoketest/general/imapitest.ini");
    76 copy($epoc . "data/c/smoketest/imapitest.ini",						"temp/smoketest/general/imapitest.ini");
    74 
    77 
    75 system("7z a -tzip smoketest.zip ./temp/*");
    78 system("7z a -tzip smoketest.zip ./temp/*");