common/tools/ats/smoketest/Group/smoketest.pl
changeset 726 da6b4fd2d1ca
parent 724 dc3b9f6bf48c
child 729 eaa8962bb979
equal deleted inserted replaced
725:fc1e294ca233 726:da6b4fd2d1ca
     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/general/TestFramework";
       
    15 
    14 
    16 my $epoc=$ENV{'EPOCROOT'} . "epoc32/";
    15 my $epoc=$ENV{'EPOCROOT'} . "epoc32/";
    17 copy("smoketest.xml",												"temp/test.xml");
    16 copy("smoketest.xml",												"temp/test.xml");
    18 copy($epoc . "data/z/smoketest/smoketest_agenda.ini",				"temp/smoketest/general/smoketest_agenda.ini");
    17 copy($epoc . "data/z/smoketest/smoketest_agenda.ini",				"temp/smoketest/general/smoketest_agenda.ini");
    19 copy($epoc . "data/z/smoketest/smoketest_agenda.script",			"temp/smoketest/general/smoketest_agenda.script");
    18 copy($epoc . "data/z/smoketest/smoketest_agenda.script",			"temp/smoketest/general/smoketest_agenda.script");
    47 copy($epoc . "release/winscw/udeb/t_msgutilityserver.dll",			"temp/smoketest/winscw_udeb/t_msgutilityserver.dll");
    46 copy($epoc . "release/winscw/udeb/t_msgutilityserver.dll",			"temp/smoketest/winscw_udeb/t_msgutilityserver.dll");
    48 copy($epoc . "release/winscw/udeb/t_msgpopserver.exe",				"temp/smoketest/winscw_udeb/t_msgpopserver.exe");
    47 copy($epoc . "release/winscw/udeb/t_msgpopserver.exe",				"temp/smoketest/winscw_udeb/t_msgpopserver.exe");
    49 copy($epoc . "release/winscw/udeb/t_msgsmtpserver.exe",				"temp/smoketest/winscw_udeb/t_msgsmtpserver.exe");
    48 copy($epoc . "release/winscw/udeb/t_msgsmtpserver.exe",				"temp/smoketest/winscw_udeb/t_msgsmtpserver.exe");
    50 
    49 
    51 copy($epoc . "release/winscw/udeb/ProfileSmokeTestModule.dll",      "temp/smoketest/winscw_udeb/ProfileSmokeTestModule.dll");
    50 copy($epoc . "release/winscw/udeb/ProfileSmokeTestModule.dll",      "temp/smoketest/winscw_udeb/ProfileSmokeTestModule.dll");
    52 copy($epoc . "winscw/c/TestFramework/ProfileSmokeTestModule.cfg",   "temp/smoketest/general/TestFramework/ProfileSmokeTestModule.cfg");
    51 copy($epoc . "winscw/c/smoketest/ProfileSmokeTestModule.cfg",       "temp/smoketest/general/ProfileSmokeTestModule.cfg");
    53 
    52 
    54 system("7z a -tzip smoketest.zip ./temp/*");
    53 system("7z a -tzip smoketest.zip ./temp/*");